Uses
Uses | Description |
---|---|
wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
wp-includes/deprecated.php: wp_get_http() | Perform a HTTP HEAD or GET request. |
wp-includes/http.php: wp_safe_remote_request() | Retrieve the raw response from a safe HTTP request. |
wp-includes/http.php: wp_remote_retrieve_headers() | Retrieve only the headers from the raw response. |
wp-includes/http.php: wp_remote_retrieve_response_code() | Retrieve only the response code from the raw response. |
wp-includes/http.php: wp_remote_retrieve_body() | Retrieve only the body from the raw response. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |