Changes the origin of an HTTP request.
Parameters
$origin
string- The original origin for the request.
Source
return apply_filters( 'http_origin', $origin );
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |
Changes the origin of an HTTP request.
$origin
stringreturn apply_filters( 'http_origin', $origin );
Version | Description |
---|---|
3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.