apply_filters( 'wp_sitemaps_taxonomies', WP_Taxonomy[] $taxonomies )
Filters the list of taxonomy object subtypes available within the sitemap.
Parameters
- $taxonomies
-
Array of registered taxonomy objects keyed by their name.
Source
File: wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |