WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about rest_prepare_url_details

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php apply_filters 187 /**
* Filters the URL data for the response.
*
* @since 5.9.0
*
* @param WP_REST_Response $response The response object.
* @param string $url The requested URL.
* @param WP_REST_Request $request Request object.
* @param string $remote_url_response HTTP response body from the remote URL.
*/

Hook Parameters

Parameter Type Name Description
WP_REST_Response $response The response object.
string $url The requested URL.
WP_REST_Request $request Request object.
string $remote_url_response HTTP response body from the remote URL.