MO::get_plural_forms_count() WordPress Method
The MO::get_plural_forms_count() WordPress method is used to get the number of plural forms for a given domain.
MO::get_plural_forms_count() #
Return
(int)
Source
File: wp-includes/pomo/mo.php
public function get_plural_forms_count() { return $this->_nplurals; }
Expand full source codeCollapse full source codeView on TracView on GitHub