WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about rest_queried_resource_route

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/rest-api.php apply_filters 3237 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $link The route with a leading slash, or an empty string.