How to render page content with custom blocks when using get_the_content()? – WordPress
So we have a custom page template in our Wordpress theme, that fetches 3 different pages' content and renders them into a tabbed layout. It includes the glossary section like so: <div class="glossary-content content e8-tab-panel" data-tab="glossary"> <?php $content = apply_filters(…