WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_sitemaps_taxonomies

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php apply_filters 47 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
WP_Taxonomy[] $taxonomies Array of registered taxonomy objects keyed by their name.