apply_filters( ‘http_origin’, string $origin )

In this article

Change the origin of an HTTP request.

Parameters

$originstring
The original origin for the request.

Source

return apply_filters( 'http_origin', $origin );

Changelog

VersionDescription
3.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.