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



rest_route_for_post › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'rest_route_for_post', $route, $post )
Parameter: (2)
  • (string) $route The route path.
    Erforderlich: Ja
  • (WP_Post) $post The post object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the REST API route for a post.





Quellcode

return apply_filters( 'rest_route_for_post', $route, $post );