Astra_Ext_Advanced_Hooks_Markup::remove_navigation_markup()
Remove Navigation Links.
Description
Source
File: addons/advanced-hooks/classes/class-astra-ext-advanced-hooks-markup.php
public function remove_navigation_markup() {
$post_type = get_post_type();
if ( ASTRA_ADVANCED_HOOKS_POST_TYPE == $post_type ) {
remove_action( 'astra_entry_after', 'astra_single_post_navigation_markup' );
}
}
Expand full source code Collapse full source code View on Trac