WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about allowed_http_origin

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/http.php apply_filters 477 /**
* Change the allowed HTTP origin result.
*
* @since 3.4.0
*
* @param string $origin Origin URL if allowed, empty string if not.
* @param string $origin_arg Original origin string passed into is_allowed_http_origin function.
*/

Hook Parameters

Parameter Type Name Description
string[] $allowed_origin s {