Codex tools: Log in
Contents |
Retrieve the raw response from the HTTP request using the GET method.
<?php $response = wp_remote_get($url, $args = array()) ?>
See wp_remote_request() for more information on the arguments array format.
Since: 2.7.0
wp_remote_get() is located in wp-includes/http.php