WP_HTTP_Requests_Response::set_headers( array $headers )
Sets all header values.
Description Description
Parameters Parameters
- $headers
-
(array) (Required) Map of header name to header value.
Source Source
File: wp-includes/class-wp-http-requests-response.php
public function set_headers( $headers ) { $this->response->headers = new Requests_Response_Headers( $headers ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |