On this page
apply_filters( 'rest_prepare_widget', WP_REST_Response|WP_Error $response, array $widget, WP_REST_Request $request )
Filters the REST API response for a widget.
Parameters
$responseWP_REST_Response|WP_Error-
The response object, or WP_Error object on failure.
$widgetarray-
The registered widget data.
$requestWP_REST_Request-
Request used to generate the response.
Source
File: wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php. View all references
return apply_filters( 'rest_prepare_widget', $response, $widget, $request );
Related
Used By
| Used By | Description |
|---|---|
| WP_REST_Widgets_Controller::prepare_item_for_response() wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php | Prepares the widget for the REST response. |
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_prepare_widget