579*580* @param string$urlRESTURL.581* @param string$pathREST route.582* @param int|null$blog_id Blog ID.583* @param string$scheme Sanitization scheme.584*/585returnapply_filters('rest_url',$url,$path,$blog_id,$scheme);586}587588/**589* Retrieves the URL to a REST endpoint.590*591* Note: The returned URL is NOT escaped.
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.