rest_queried_resource_route

rest_queried_resource_route

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('rest_queried_resource_route') is found 1 times:

  • /wp-includes/rest-api.php line 3275
    	 * @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.0