WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about rest_prepare_sidebar

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php apply_filters 384 /**
* Filters the REST API response for a sidebar.
*
* @since 5.8.0
*
* @param WP_REST_Response $response The response object.
* @param array $raw_sidebar The raw sidebar data.
* @param WP_REST_Request $request The request object.
*/

Hook Parameters

Parameter Type Name Description
WP_REST_Response $response The response object.
array $raw_sidebar The raw sidebar data.
WP_REST_Request $request The request object.