PO::is_final( string $context )
Helper function for read_entry
Parameters
- $context
-
(string) (Required)
Return
(bool)
Source
File: wp-includes/pomo/po.php
protected static function is_final( $context ) { return ( 'msgstr' === $context ) || ( 'msgstr_plural' === $context ); }
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/po/is_final