Filters the URL data for the response.
$responseWP_REST_Response$urlstring$requestWP_REST_Request$remote_url_responsestringwp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php:187WP_REST_URL_Details_Controller::parse_url_details() * * @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. */ return apply_filters( 'rest_prepare_url_details', $response, $url, $request, $remote_url_response ); } /** * Checks whether a given request has permission to read remote URLs. * * @since 5.9.0Introduced in 5.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.