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' );
			}
		}

User Contributed Notes

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