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



rest_url › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'rest_url', $url, $path, $blog_id, $scheme )
Parameter: (4)
  • (string) $url REST URL.
    Erforderlich: Ja
  • (string) $path REST route.
    Erforderlich: Ja
  • (int|null) $blog_id Blog ID.
    Erforderlich: Ja
  • (string) $scheme Sanitization scheme.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the REST URL.

Use this filter to adjust the url returned by the get_rest_url() function.





Quellcode

return apply_filters( 'rest_url', $url, $path, $blog_id, $scheme );