Filters the REST API request generated from a URL.
$requestWP_REST_Request|false$urlstringwp-includes/rest-api/class-wp-rest-request.php:1096WP_REST_Request::from_url() * @since 4.5.0 * * @param WP_REST_Request|false $request Generated request object, or false if URL * could not be parsed. * @param string $url URL the request was generated from. */ return apply_filters( 'rest_request_from_url', $request, $url ); }}Introduced in 4.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.