MO::get_plural_forms_count
Method of the class: MO{}
No Hooks.
Returns
Int.
Usage
$MO = new MO(); $MO->get_plural_forms_count();
MO::get_plural_forms_count() MO::get plural forms count code WP 6.9.1
public function get_plural_forms_count() {
return $this->_nplurals;
}