PO::is_final( string $context )

Helper function for read_entry


Description


Parameters

$context

(string) (Required)


Top ↑

Return

(bool)


Top ↑

Source

File: wp-includes/pomo/po.php

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