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