On this page
PO::is_final( string $context ): bool
Helper function for read_entry
Parameters
$contextstring 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 );
}
Related
Used By
| Used By | Description |
|---|---|
| PO::read_entry() wp-includes/pomo/po.php |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/po/is_final