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