Uses
| Uses | Description |
|---|---|
| wp-includes/pomo/translations.php: Translations::set_header() | Sets $header PO header to $value |
(array) (Required)
File: wp-includes/pomo/translations.php
function set_headers( $headers ) {
foreach ( $headers as $header => $value ) {
$this->set_header( $header, $value );
}
}
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/translations/set_headers