PO::is_final( string $context )

Helper function for read_entry


Description Description


Parameters Parameters

$context

(string) (Required)


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: wp-includes/pomo/po.php

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.