PO::set_comment_before_headers( string $text )

Text to include as a comment before the start of the PO contents

Description

Doesn’t need to include # in the beginning of lines, these are added automatically

Parameters

$text

(string) (Required) Text to include as a comment.

Source

File: wp-includes/pomo/po.php

function set_comment_before_headers( $text ) {
			$this->comments_before_headers = $text;
		}

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/po/set_comment_before_headers