483* Filters the RESTURL prefix.484*485* @since 4.4.0486*487* @param string$prefixURL prefix.Default'wp-json'.488*/489returnapply_filters('rest_url_prefix','wp-json');490}491492/**493* Retrieves the URL to a REST endpoint on a site.494*495* Note: The returned URL is NOT escaped.
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.