wp_remote_get()
Function: Performs an HTTP request using the GET method and returns its response.
Source: wp-includes/http.php:166
Function: Performs an HTTP request using the GET method and returns its response.
Source: wp-includes/http.php:166
Function: Performs an HTTP request using the HEAD method and returns its response.
Source: wp-includes/http.php:202
Function: Performs an HTTP request using the POST method and returns its response.
Source: wp-includes/http.php:184
Function: HTTP request for URI to retrieve content.
Source: wp-includes/functions.php:1303
Function: Performs an HTTP request and returns its response.
Source: wp-includes/http.php:148
Function: Retrieve only the body from the raw response.
Source: wp-includes/http.php:293
Function: Retrieve a single cookie by name from the raw response.
Source: wp-includes/http.php:328
Function: Retrieve a single header by name from the raw response.
Source: wp-includes/http.php:237
Function: Retrieve only the cookies from the raw response.
Source: wp-includes/http.php:310
Function: Retrieve only the headers from the raw response.
Source: wp-includes/http.php:219
Function: Retrieve a single cookie’s value by name from the raw response.
Source: wp-includes/http.php:354
Function: Retrieve only the response code from the raw response.
Source: wp-includes/http.php:259
Function: Retrieve only the response message from the raw response.
Source: wp-includes/http.php:277