wpseo_sitemap_exclude_post_type, false, $post_type

wpseo_sitemap_exclude_post_type, false, $post_type

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_sitemap_exclude_post_type, false, $post_type') is found 1 times:

  • /inc/sitemaps/class-post-type-sitemap-provider.php line 269
    		 *
    		 * @param bool   $exclude   Default false.
    		 * @param string $post_type Post type name.
    		 */
    		if ( apply_filters( 'wpseo_sitemap_exclude_post_type', false, $post_type ) ) {
    			return false;
    		}
    
    		return true;
    	}