apply_filters( 'wp_sitemaps_taxonomies', WP_Taxonomy[] $taxonomies )

Filters the list of taxonomy object subtypes available within the sitemap.


Parameters

$taxonomies WP_Taxonomy[]
Array of registered taxonomy objects keyed by their name.

Top ↑

Source

File: wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php. View all references

return apply_filters( 'wp_sitemaps_taxonomies', $taxonomies );


Top ↑

Changelog

Changelog
Version Description
5.5.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.