Filters the REST route for the currently queried object.
$linkstringwp-includes/rest-api.php:3382rest_get_queried_resource_route() * Filters the REST route for the currently queried object. * * @since 5.5.0 * * @param string $link The route with a leading slash, or an empty string. */ return apply_filters( 'rest_queried_resource_route', $route );} /** * Retrieves an array of endpoint arguments from the item schema and endpoint method. * * @since 5.6.0Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.