wp_remote_request()
Function: Performs an HTTP request and returns its response.
Source: wp-includes/http.php:143
Function: Performs an HTTP request and returns its response.
Source: wp-includes/http.php:143
Function: Performs an HTTP request using the GET method and returns its response.
Source: wp-includes/http.php:160
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:211