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