_get_component_from_parsed_url_array()
Function: Retrieve a specific component from a parsed URL array.
Source: wp-includes/http.php:716
Function: Retrieve a specific component from a parsed URL array.
Source: wp-includes/http.php:716
Function: Translate a PHP_URL_* constant to the named array keys PHP uses.
Source: wp-includes/http.php:742
Function: A wrapper for PHP’s parse_url() function that handles consistency in the return values across PHP versions.
Source: wp-includes/http.php:669
Function: Retrieve a single cookie’s value by name from the raw response.
Source: wp-includes/http.php:341
Function: Retrieve only the cookies from the raw response.
Source: wp-includes/http.php:299
Function: Retrieve a single cookie by name from the raw response.
Source: wp-includes/http.php:316
Function: Mark allowed redirect hosts safe for HTTP requests as well.
Source: wp-includes/http.php:606
Function: Adds any domain in a multisite installation for safe HTTP requests to the allowed list.
Source: wp-includes/http.php:627
Filter Hook: Change the origin types allowed for HTTP requests.
Source: wp-includes/http.php:442
Function: Determines if the HTTP origin is an authorized one.
Source: wp-includes/http.php:453
Filter Hook: Change the allowed HTTP origin result.
Source: wp-includes/http.php:472
Function: Send Access-Control-Allow-Origin and related headers if the current request is from an allowed origin.
Source: wp-includes/http.php:488
Function: Validate a URL for safe use in the HTTP API.
Source: wp-includes/http.php:516
Filter Hook: Check if HTTP request is external or not.
Source: wp-includes/http.php:572
Function: Retrieve only the body from the raw response.
Source: wp-includes/http.php:283
Function: Retrieve the raw response from a safe HTTP request using the POST method.
Source: wp-includes/http.php:86
Function: Determines if there is an HTTP Transport that can process this request.
Source: wp-includes/http.php:362
Function: Retrieve the raw response from a safe HTTP request using the HEAD method.
Source: wp-includes/http.php:107
Function: Get the HTTP Origin of the current request.
Source: wp-includes/http.php:391
Function: Performs an HTTP request and returns its response.
Source: wp-includes/http.php:143
Filter Hook: Change the origin of an HTTP request.
Source: wp-includes/http.php:404
Function: Performs an HTTP request using the GET method and returns its response.
Source: wp-includes/http.php:160
Function: Retrieve list of allowed HTTP origins.
Source: wp-includes/http.php:414
Function: Performs an HTTP request using the POST method and returns its response.
Source: wp-includes/http.php:177
Function: Performs an HTTP request using the HEAD method and returns its response.
Source: wp-includes/http.php:194
Function: Retrieve only the headers from the raw response.
Source: wp-includes/http.php:210
Function: Retrieve a single header by name from the raw response.
Source: wp-includes/http.php:227
Function: Returns the initialized WP_Http Object
Source: wp-includes/http.php:20
Function: Retrieve only the response code from the raw response.
Source: wp-includes/http.php:249
Function: Retrieve the raw response from a safe HTTP request.
Source: wp-includes/http.php:44