apply_filters( 'wp_sitemaps_taxonomies', \WP_Taxonomy[] $taxonomies )
- Since
- 5.5.0
Filters the list of taxonomy object subtypes available within the sitemap.
Parameters
$taxonomies\WP_Taxonomy[]- Array of registered taxonomy objects keyed by their name.
Fired at · 1
wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php:47WP_Sitemaps_Taxonomies::get_object_subtypes()
Source
* Filters the list of taxonomy object subtypes available within the sitemap. * * @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.0History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 6.9.7 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.