436* Changes the origin of an HTTP request.437*438* @since 3.4.0439*440* @param string$origin The HTTP origin for the request.441*/442returnapply_filters('http_origin',$origin);443}444445/**446* Retrieves list of allowed HTTP origins.447*448* @since 3.4.0
History
Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.