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



rest_url_prefix › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'rest_url_prefix', 'wp-json' )
Parameter:
  • (string) $prefix URL prefix. Default 'wp-json'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the REST URL prefix.





Quellcode

return apply_filters( 'rest_url_prefix', 'wp-json' );