W3cubDocs

/WordPress

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

return apply_filters( 'rest_prepare_widget', $response, $widget, $request );

Changelog

Version Description
5.8.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_prepare_widget