Translations::get_plural_forms_count(): int

In this article

Returns the plural forms count.

Return

int Plural forms count.

Source

public function get_plural_forms_count() {
	return 2;
}

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

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