WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about rest_endpoints_description

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/rest-api/class-wp-rest-server.php apply_filters 1440 /**
* Filters the publicly-visible data for a single REST API route.
*
* @since 4.4.0
*
* @param array $data Publicly-visible data for the route.
*/

Hook Parameters

Parameter Type Name Description
array $data Publicly-visible data for the route.