503* Filters the RESTURL prefix.504*505* @since 4.4.0506*507* @param string$prefixURL prefix.Default'wp-json'.508*/509returnapply_filters('rest_url_prefix','wp-json');510}511512/**513* Retrieves the URL to a REST endpoint on a site.514*515* Note: The returned URL is NOT escaped.
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.