Performs an HTTP request and returns its response.
There are other API functions available which abstract away the HTTP method:
$urlstringrequired
$argsarrayoptional
Default:array()
function wp_remote_request( $url, $args = array() ) {
$http = _wp_http_get_object();
return $http->request( $url, $args );
}
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_remote_request