presscodes/maera

View on GitHub
views/content-attachment-entry-content.twig

Summary

Maintainability
Test Coverage
<div class="entry-content" itemprop="text">
    {% do action( 'maera/attachment/pre_content', post.ID ) %}
    {{ post.content }}
    {% do action( 'maera/attachment/after_content', post.ID ) %}
</div>