MO::get_plural_forms_count()publicWP 1.0

Method of the class: MO{}

No Hooks.

Return

Int.

Usage

$MO = new MO();
$MO->get_plural_forms_count();

MO::get_plural_forms_count() code WP 6.5.2

public function get_plural_forms_count() {
	return $this->_nplurals;
}