Filter hook 'wp_sitemaps_taxonomies'

in WP Core File wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php at line 47

Description

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

Occurrences

Filename Line Number
wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php 47

Parameters

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

PHP Doc

/**
		 * 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.
		 */