On this page
Translations::set_headers( array $headers )
Parameters
$headersarray 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 );
}
}
Related
Uses
| Uses | Description |
|---|---|
| Translations::set_header() wp-includes/pomo/translations.php | Sets $header PO header to $value |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/translations/set_headers