MO::select_plural_form()publicWP 1.0

Method of the class: MO{}

No Hooks.

Return

String.

Usage

$MO = new MO();
$MO->select_plural_form( $count );
$count(int) (required)
-

MO::select_plural_form() code WP 6.5.2

public function select_plural_form( $count ) {
	return $this->gettext_select_plural_form( $count );
}