MO::select_plural_form()
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() MO::select plural form code WP 6.7.1
public function select_plural_form( $count ) { return $this->gettext_select_plural_form( $count ); }