On this page
apply_filters( 'http_origin', string $origin )
Change the origin of an HTTP request.
Parameters
$originstring-
The original origin for the request.
Source
File: wp-includes/http.php. View all references
return apply_filters( 'http_origin', $origin );
Related
Used By
| Used By | Description |
|---|---|
| get_http_origin() wp-includes/http.php | Get the HTTP Origin of the current request. |
Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/http_origin