wpseo_frontend_page_type_simple_page_id, 0

wpseo_frontend_page_type_simple_page_id, 0

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_frontend_page_type_simple_page_id, 0') is found 1 times:

  • /src/helpers/current-page-helper.php line 93
    		 * Filter: Allow changing the default page id.
    		 *
    		 * @param int $page_id The default page id.
    		 */
    		return \apply_filters( 'wpseo_frontend_page_type_simple_page_id', 0 );
    	}
    
    	/**
    	 * Returns the id of the currently opened author archive.
    	 *
    	 * @codeCoverageIgnore It wraps WordPress functionality.