Used By
Used By | Description |
---|---|
wp-includes/http.php: wp_safe_remote_request() | Retrieve the raw response from a safe HTTP request. |
wp-includes/http.php: wp_safe_remote_get() | Retrieve the raw response from a safe HTTP request using the GET method. |
wp-includes/http.php: wp_safe_remote_post() | Retrieve the raw response from a safe HTTP request using the POST method. |
wp-includes/http.php: wp_safe_remote_head() | Retrieve the raw response from a safe HTTP request using the HEAD method. |
wp-includes/http.php: wp_remote_request() | Performs an HTTP request and returns its response. |
wp-includes/http.php: wp_remote_get() | Performs an HTTP request using the GET method and returns its response. |
wp-includes/http.php: wp_remote_post() | Performs an HTTP request using the POST method and returns its response. |
wp-includes/http.php: wp_remote_head() | Performs an HTTP request using the HEAD method and returns its response. |
wp-includes/http.php: wp_http_supports() | Determines if there is an HTTP Transport that can process this request. |