Retrieve a specific component from a parsed URL array.
wp_parse_url
A wrapper for PHP’s parse_url() function that handles consistency in the return values across PHP versions.
ms_allowed_http_request_hosts
Whitelists any domain in a multisite installation for safe HTTP requests.
allowed_http_request_hosts
Whitelists allowed redirect hosts for safe HTTP requests as well.
Advertisement
wp_http_validate_url
Validate a URL for safe use in the HTTP API.
send_origin_headers
Send Access-Control-Allow-Origin and related headers if the current request is from an allowed origin.
is_allowed_http_origin
Determines if the HTTP origin is an authorized one.
get_allowed_http_origins
Retrieve list of allowed HTTP origins.
Advertisement
get_http_origin
Get the HTTP Origin of the current request.
wp_http_supports
Determines if there is an HTTP Transport that can process this request.
wp_remote_retrieve_cookie_value
Retrieve a single cookie’s value by name from the raw response.
wp_remote_retrieve_cookie
Retrieve a single cookie by name from the raw response.
Advertisement
wp_remote_retrieve_cookies
Retrieve only the cookies from the raw response.
wp_remote_retrieve_body
Retrieve only the body from the raw response.
wp_remote_retrieve_response_message
Retrieve only the response message from the raw response.