Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Ext_Advanced_Hooks_Markup / Astra_Ext_Advanced_Hooks_Markup::get_the_hook_content()

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


User Contributed Notes

You must log in before being able to contribute a note or feedback.