Uses
Uses | Description |
---|---|
wp-includes/Requests/Session.php: Requests_Session::request() | Main interface for HTTP requests |
Send a HEAD request
File: wp-includes/Requests/Session.php
public function head($url, $headers = array(), $options = array()) { return $this->request($url, $headers, null, Requests::HEAD, $options); }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests_session/head