559*560* @param string$urlRESTURL.561* @param string$pathREST route.562* @param int|null$blog_id Blog ID.563* @param string$scheme Sanitization scheme.564*/565returnapply_filters('rest_url',$url,$path,$blog_id,$scheme);566}567568/**569* Retrieves the URL to a REST endpoint.570*571* Note: The returned URL is NOT escaped.
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.