Filters the response before executing any REST API callbacks.
Allows plugins to perform additional validation after a request is initialized and matched to a registered route, but before it is executed.
Note that this filter will not be called for requests that fail to authenticate or match to a registered route.
$responseWP_REST_Response|WP_HTTP_Response|WP_Error|mixed
$handlerarray
$requestWP_REST_Request
$response = apply_filters( 'rest_request_before_callbacks', $response, $handler, $request );
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_request_before_callbacks