W3cubDocs

/WordPress

PO::is_final( string $context ): bool

Helper function for read_entry

Parameters

$contextstringrequired

Return

bool

Source

protected static function is_final( $context ) {
	return ( 'msgstr' === $context ) || ( 'msgstr_plural' === $context );
}

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/po/is_final