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
stringrequired- Text to include as a comment.
Source
public function set_comment_before_headers( $text ) {
$this->comments_before_headers = $text;
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.