PO::is_final( string $context ): bool

In this article

Helper function for read_entry

Parameters

$contextstringrequired

Return

bool

Source

protected static function is_final( $context ) {
	return ( 'msgstr' === $context ) || ( 'msgstr_plural' === $context );
}

User Contributed Notes

You must log in before being able to contribute a note or feedback.