13 results found for “wp_remote_”. Showing results 1 to 13.
-
functionwp_remote_get()
Performs an HTTP request using the GET method and returns its response.
-
functionwp_remote_head()
Performs an HTTP request using the HEAD method and returns its response.
-
functionwp_remote_post()
Performs an HTTP request using the POST method and returns its response.
-
functionwp_remote_fopen()
HTTP request for URI to retrieve content.
-
functionwp_remote_request()
Performs an HTTP request and returns its response.
-
functionwp_remote_retrieve_body()
Retrieves only the body from the raw response.
-
functionwp_remote_retrieve_cookie()
Retrieves a single cookie by name from the raw response.
-
functionwp_remote_retrieve_header()
Retrieves a single header by name from the raw response.
-
functionwp_remote_retrieve_cookies()
Retrieves only the cookies from the raw response.
-
functionwp_remote_retrieve_headers()
Retrieves only the headers from the raw response.
-
Retrieves a single cookie’s value by name from the raw response.
-
Retrieves only the response code from the raw response.
-
Retrieves only the response message from the raw response.