is_allowed_http_origin()
Function: Determines if the HTTP origin is an authorized one.
Source: wp-includes/http.php:458
Function: Determines if the HTTP origin is an authorized one.
Source: wp-includes/http.php:458
Filter Hook: Change the allowed HTTP origin result.
Source: wp-includes/http.php:477
Function: Send Access-Control-Allow-Origin and related headers if the current request is from an allowed origin.
Source: wp-includes/http.php:493
Function: Retrieve a single header by name from the raw response.
Source: wp-includes/http.php:229
Function: Retrieve only the response code from the raw response.
Source: wp-includes/http.php:251
Function: Retrieve only the response message from the raw response.
Source: wp-includes/http.php:269
Function: Retrieve only the body from the raw response.
Source: wp-includes/http.php:285
Function: Retrieve only the cookies from the raw response.
Source: wp-includes/http.php:302
Function: Retrieve a single cookie by name from the raw response.
Source: wp-includes/http.php:320
Function: Retrieve a single cookie’s value by name from the raw response.
Source: wp-includes/http.php:346