wpseo_indexable_excluded_taxonomies

wpseo_indexable_excluded_taxonomies

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_indexable_excluded_taxonomies') is found 1 times:

  • /src/helpers/taxonomy-helper.php line 131
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    * 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: