WPCF7_ContactForm::count()public staticCF7 1.0

Returns count of contact forms found by the previous retrieval.

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

Хуков нет.

Возвращает

int. Count of contact forms.

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

$result = WPCF7_ContactForm::count();

Код WPCF7_ContactForm::count() CF7 5.9.3

public static function count() {
	return self::$found_items;
}