Used By
Used By | Description |
---|---|
wp-includes/class-http.php: WP_Http::request() | Send an HTTP request to a URI. |
Constructor.
(string) (Required) URL to request.
(array) (Required) Request data in WP_Http format.
File: wp-includes/class-wp-http-requests-hooks.php
public function __construct( $url, $request ) { $this->url = $url; $this->request = $request; }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_http_requests_hooks/__construct