MO::select_plural_form() public WP 1.0
{} It's a method of the class: MO{}
No Hooks.
Return
String
. Null. Nothing.
Usage
$MO = new MO(); $MO->select_plural_form( $count );
- $count(int) (required)
- -
Code of MO::select_plural_form() MO::select plural form WP 5.7.1
function select_plural_form( $count ) {
return $this->gettext_select_plural_form( $count );
}