wpseo_sitemap_exclude_taxonomy, false, $taxonomy_name

wpseo_sitemap_exclude_taxonomy, false, $taxonomy_name

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_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;
    	}