Translations::set_headers( array $headers )
Parameters
- $headers
-
(Required)
Source
File: wp-includes/pomo/translations.php
function set_headers($headers) {
foreach($headers as $header => $value) {
$this->set_header($header, $value);
}
}