wordpress / latest / classes / mo / export_headers.html

MO::export_headers(): string

Return

string

Source

File: wp-includes/pomo/mo.php. View all references

public function export_headers() {
	$exported = '';
	foreach ( $this->headers as $header => $value ) {
		$exported .= "$header: $value\n";
	}
	return $exported;
}

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/mo/export_headers