Filter hook 'http_origin'

in WP Core File wp-includes/http.php at line 433

Description

Changes the origin of an HTTP request.

Occurrences

Filename Line Number
wp-includes/http.php 433

Parameters

Type Name Description
string $origin The original origin for the request.

PHP Doc

/**
	 * Changes the origin of an HTTP request.
	 *
	 * @since 3.4.0
	 *
	 * @param string $origin The original origin for the request.
	 */