apply_filters( 'http_origin', string $origin )

Change the origin of an HTTP request.


Parameters

$origin

(string) The original origin for the request.


Source

File: wp-includes/http.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.4.0 Introduced.