wp_sitemaps_taxonomies

wp_sitemaps_taxonomies

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_sitemaps_taxonomies') is found 1 times:

  • /wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php line 47
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
         * @since 5.5.0
         *
         * @param WP_Taxonomy[] $taxonomies Array of registered taxonomy objects keyed by their name.
         */
        return apply_filters( 'wp_sitemaps_taxonomies', $taxonomies );
    }
     
    /**
     * Gets a URL list for a taxonomy sitemap.
     *
     * @since 5.5.0