571*572* @param string$urlRESTURL.573* @param string$pathREST route.574* @param int|null$blog_id Blog ID.575* @param string$scheme Sanitization scheme.576*/577returnapply_filters('rest_url',$url,$path,$blog_id,$scheme);578}579580/**581* Retrieves the URL to a REST endpoint.582*583* Note: The returned URL is NOT escaped.
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.