WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about rest_prepare_widget_type

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php apply_filters 351 /**
* Filters the REST API response for a widget type.
*
* @since 5.8.0
*
* @param WP_REST_Response $response The response object.
* @param array $widget_type The array of widget data.
* @param WP_REST_Request $request The request object.
*/

Hook Parameters

Parameter Type Name Description
WP_REST_Response $response The response object.
array $widget_type The array of widget data.
WP_REST_Request $request The request object.