wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



rest_route_for_taxonomy_items › Filtr WordPress Hooks

Od5.9.0
Przestarzałyn/a
apply_filters( 'rest_route_for_taxonomy_items', $route, $taxonomy )
Parametry: (2)
  • (string) $route The route path.
    Wymagane: Tak
  • (WP_Taxonomy) $taxonomy The taxonomy object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the REST API route for a taxonomy.





Źródło

return apply_filters( 'rest_route_for_taxonomy_items', $route, $taxonomy );