PO::is_final │ protected static │ WP 1.0

Helper function for read_entry

Method of the class: PO{}

No Hooks.

Returns

bool.

Usage

$result = PO::is_final( $context );
$context(string) (required)
.

PO::is_final() code WP 7.1.2

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