MO::select_plural_form
Метод класса: MO{}
Хуков нет.
Возвращает
Строку.
Использование
$MO = new MO(); $MO->select_plural_form( $count );
- $count(int) (обязательный)
- .
Код MO::select_plural_form() MO::select plural form WP 6.9.1
public function select_plural_form( $count ) {
return $this->gettext_select_plural_form( $count );
}