wpseo_frontend_page_type_simple_page_id, 0
wpseo_frontend_page_type_simple_page_id, 0
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_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.