wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



rest_queried_resource_route › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'rest_queried_resource_route', $route )
Parameter:
  • (string) $link The route with a leading slash, or an empty string.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the REST route for the currently queried object.





Quellcode

return apply_filters( 'rest_queried_resource_route', $route );