Astra_Ext_Advanced_Hooks_Markup::get_the_hook_content()
Get the content of the hook
Description
Source
File: addons/advanced-hooks/classes/class-astra-ext-advanced-hooks-markup.php
public function get_the_hook_content() {
while ( have_posts() ) :
the_post();
the_content();
endwhile;
}
Expand full source code Collapse full source code View on Trac