wpseek.com
A WordPress-centric search engine for devs and theme authors



rest_endpoints_description › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'rest_endpoints_description', $data )
Parameters:
  • () data Publicly-visible data for the route.
    Required: Yes
Defined at:
Codex:

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





Source

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