MO::select_plural_form
Method of the class: MO{}
No Hooks.
Returns
String.
Usage
$MO = new MO(); $MO->select_plural_form( $count );
- $count(int) (required)
- .
MO::select_plural_form() MO::select plural form code WP 6.9.1
public function select_plural_form( $count ) {
return $this->gettext_select_plural_form( $count );
}