PO::is_final()
Helper function for read_entry
Method of the class: PO{}
No Hooks.
Return
true|false
.
Usage
$result = PO::is_final( $context );
- $context(string) (required)
- -
PO::is_final() PO::is final code WP 6.7.1
protected static function is_final( $context ) { return ( 'msgstr' === $context ) || ( 'msgstr_plural' === $context ); }