WP_HTTP_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-response.php
public function set_headers( $headers ) { $this->headers = $headers; }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |