wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_sitemaps_taxonomies › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( 'wp_sitemaps_taxonomies', $taxonomies )
Parameters:
  • (WP_Taxonomy[]) $taxonomies Array of registered taxonomy objects keyed by their name.
    Required: Yes
Defined at:
Codex:

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





Source

return apply_filters( 'wp_sitemaps_taxonomies', $taxonomies );