Get the content inside the_content?
By gcooke, 7 years ago. Last reply by Alex S, 7 years ago
Hi, The theme I am using uses page builder. Is there a way to get to the content without using the the_content() function? I have tried using content_post->post_content, but the content is empty as it is outside of the wp editor. I have tried removing the filter, remove_filter( ‘the_content’, ‘siteorigin_panels_filter_content’ ); but this just leaves…