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



rest_endpoints_description › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'rest_endpoints_description', $data )
Parameter:
  • () data Publicly-visible data for the route.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the publicly-visible data for a single REST API route.





Quellcode

$available[ $route ] = apply_filters( 'rest_endpoints_description', $data );