Changes the origin of an HTTP request.
Parameters
$originstring- 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.
$originstringreturn 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.