wpseo_indexable_excluded_taxonomies

wpseo_indexable_excluded_taxonomies

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_indexable_excluded_taxonomies') is found 1 times:

  • /src/helpers/taxonomy-helper.php line 131
    		 * from being saved to the indexable table.
    		 *
    		 * @param array $excluded_taxonomies The currently excluded taxonomies.
    		 */
    		$excluded_taxonomies = \apply_filters( 'wpseo_indexable_excluded_taxonomies', [] );
    
    		// Failsafe, to always make sure that `excluded_taxonomies` is an array.
    		if ( ! \is_array( $excluded_taxonomies ) ) {
    			return [];
    		}
    
    

See this hook used in plugins: