wp_remote_get()
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 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
Class: Bridge to connect Requests internal hooks to ClassicPress actions.
Source: wp-includes/class-wp-http-requests-hooks.php:18
Method: Constructor.
Source: wp-includes/class-wp-http-requests-hooks.php:39
Method: Dispatch a Requests hook to a native WordPress action.
Source: wp-includes/class-wp-http-requests-hooks.php:51
Action Hook: Transforms a native Request hook to a WordPress action.
Source: wp-includes/class-wp-http-requests-hooks.php:75
Function: Returns the initialized WP_Http Object
Source: wp-includes/http.php:20
Function: Retrieve the raw response from a safe HTTP request.
Source: wp-includes/http.php:44