wp_remote_head()
Function: Performs an HTTP request using the HEAD method and returns its response.
Source: wp-includes/http.php:194
Function: Performs an HTTP request using the HEAD method and returns its response.
Source: wp-includes/http.php:194
Function: Performs an HTTP request using the POST method and returns its response.
Source: wp-includes/http.php:177
Function: Performs an HTTP request and returns its response.
Source: wp-includes/http.php:143
Function: Retrieve only the body from the raw response.
Source: wp-includes/http.php:285
Function: Retrieve a single cookie by name from the raw response.
Source: wp-includes/http.php:320
Function: Retrieve a single cookie’s value by name from the raw response.
Source: wp-includes/http.php:346
Function: Retrieve only the cookies from the raw response.
Source: wp-includes/http.php:302
Function: Retrieve a single header by name from the raw response.
Source: wp-includes/http.php:229
Function: Retrieve only the headers from the raw response.
Source: wp-includes/http.php:211
Function: Retrieve only the response code from the raw response.
Source: wp-includes/http.php:251