NOOP_Translations::get_plural_forms_count()publicWP 2.8.0

Returns the plural forms count.

Метод класса: NOOP_Translations{}

Хуков нет.

Возвращает

int.

Использование

$NOOP_Translations = new NOOP_Translations();
$NOOP_Translations->get_plural_forms_count();

Список изменений

С версии 2.8.0 Введена.

Код NOOP_Translations::get_plural_forms_count() WP 6.5.2

public function get_plural_forms_count() {
	return 2;
}