PO::is_final( string $context ): bool
Helper function for read_entry
Parameters
-
$context
string Required -
Return
bool
Source
File: wp-includes/pomo/po.php
.
View all references
protected static function is_final( $context ) {
return ( 'msgstr' === $context ) || ( 'msgstr_plural' === $context );
}