NOOP_Translations::get_plural_forms_count()
Returns the plural forms count.
Method of the class: NOOP_Translations{}
No Hooks.
Return
Int
.
Usage
$NOOP_Translations = new NOOP_Translations(); $NOOP_Translations->get_plural_forms_count();
Changelog
Since 2.8.0 | Introduced. |
NOOP_Translations::get_plural_forms_count() NOOP Translations::get plural forms count code WP 6.6.2
public function get_plural_forms_count() { return 2; }