ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/http.php
  • Page 3

wp_remote_retrieve_response_message()

Function: Retrieve only the response message from the raw response.

Source: wp-includes/http.php:269

Used by 1 function | Uses 0 functions

wp_remote_retrieve_body()

Function: Retrieve only the body from the raw response.

Source: wp-includes/http.php:285

Used by 7 functions | Uses 0 functions

wp_remote_retrieve_cookies()

Function: Retrieve only the cookies from the raw response.

Source: wp-includes/http.php:302

Used by 1 function | Uses 0 functions

wp_remote_retrieve_cookie()

Function: Retrieve a single cookie by name from the raw response.

Source: wp-includes/http.php:320

Used by 1 function | Uses 1 function

wp_remote_retrieve_cookie_value()

Function: Retrieve a single cookie’s value by name from the raw response.

Source: wp-includes/http.php:346

Used by 0 functions | Uses 1 function

wp_safe_remote_request()

Function: Retrieve the raw response from a safe HTTP request.

Source: wp-includes/http.php:44

Used by 0 functions | Uses 1 function

wp_safe_remote_get()

Function: Retrieve the raw response from a safe HTTP request using the GET method.

Source: wp-includes/http.php:65

Used by 0 functions | Uses 1 function

wp_safe_remote_post()

Function: Retrieve the raw response from a safe HTTP request using the POST method.

Source: wp-includes/http.php:86

Used by 0 functions | Uses 1 function

wp_safe_remote_head()

Function: Retrieve the raw response from a safe HTTP request using the HEAD method.

Source: wp-includes/http.php:107

Used by 0 functions | Uses 1 function

wp_remote_request()

Function: Performs an HTTP request and returns its response.

Source: wp-includes/http.php:143

Used by 2 functions | Uses 1 function
« Previous 1 2 3 4 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy