wp_sitemaps_taxonomies

wp_sitemaps_taxonomies

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('wp_sitemaps_taxonomies') is found 1 times:

  • /wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php line 47
    		 * @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.0