WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about allowed_http_origins

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/http.php apply_filters 447 /**
* Change the origin types allowed for HTTP requests.
*
* @since 3.4.0
*
* @param string[] $allowed_origins {
* Array of default allowed HTTP origins.
*
* @type string $0 Non-secure URL for admin origin.
* @type string $1 Secure URL for admin origin.
* @type string $2 Non-secure URL for home origin.
* @type string $3 Secure URL for home origin.
* }
*/

Hook Parameters

Parameter Type Name Description
string[] $allowed_origin s {