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