wpseo_sitemap_exclude_taxonomy, false, $taxonomy_name
wpseo_sitemap_exclude_taxonomy, false, $taxonomy_name
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_sitemap_exclude_taxonomy, false, $taxonomy_name') is found 1 times:
- /inc/sitemaps/class-taxonomy-sitemap-provider.php line 332
* * @param bool $exclude Defaults to false. * @param string $taxonomy_name Name of the taxonomy to exclude.. */ if ( apply_filters( 'wpseo_sitemap_exclude_taxonomy', false, $taxonomy_name ) ) { return false; } return true; }