Uses
| Uses | Description |
|---|---|
| wp-includes/http.php: wp_safe_remote_get() | Retrieve the raw response from a safe HTTP request using the GET method. |
| 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. |