wp_remote_post()
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 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
Method: Confirms that it’s OK to send this cookie to the URL checked against.
Source: wp-includes/class-wp-http-cookie.php:181
Method: Convert cookie name and value back to header string.
Source: wp-includes/class-wp-http-cookie.php:230
Filter Hook: Filters the header-encoded cookie value.
Source: wp-includes/class-wp-http-cookie.php:243
Method: Retrieve cookie header for usage in the rest of the WordPress HTTP API.
Source: wp-includes/class-wp-http-cookie.php:253
Method: Retrieves cookie attributes.
Source: wp-includes/class-wp-http-cookie.php:270
Class: Core class used to implement HTTP API proxy support.
Source: wp-includes/class-wp-http-proxy.php:43
Method: Whether proxy connection should be used.
Source: wp-includes/class-wp-http-proxy.php:57