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