presscodes/maera

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

Summary

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