NOOP_Translations::get_plural_forms_count() WordPress Method
The NOOP_Translations::get_plural_forms_count() method is used to get the number of plural forms for a given domain. This is useful when you need to know how many plural forms to expect when pluralizing strings.
NOOP_Translations::get_plural_forms_count() #
Return
(int)
Source
File: wp-includes/pomo/translations.php
public function get_plural_forms_count() { return 2; }
Expand full source codeCollapse full source codeView on TracView on GitHub