WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about http_origin

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/http.php apply_filters 409 /**
* Change the origin of an HTTP request.
*
* @since 3.4.0
*
* @param string $origin The original origin for the request.
*/

Hook Parameters

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