432* Changes the origin of an HTTP request.433*434* @since 3.4.0435*436* @param string$origin The HTTP origin for the request.437*/438returnapply_filters('http_origin',$origin);439}440441/**442* Retrieves list of allowed HTTP origins.443*444* @since 3.4.0
History
Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.