wpseo_sitemap_page_for_post_type_archive

wpseo_sitemap_page_for_post_type_archive

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_sitemap_page_for_post_type_archive') is found 1 times:

  • /inc/sitemaps/class-post-type-sitemap-provider.php line 490
    		 *
    		 * @param string $archive_page_id The post_id of the page.
    		 * @param string $post_type       The post type this archive is for.
    		 */
    		$archive_page_id = (int) apply_filters( 'wpseo_sitemap_page_for_post_type_archive', $archive_page_id, $post_type );
    
    		if ( $archive_page_id > 0 && WPSEO_Meta::get_value( 'meta-robots-noindex', $archive_page_id ) === '1' ) {
    			return false;
    		}
    
    		return true;