WPCF7_ContactForm::count
Returns count of contact forms found by the previous retrieval.
Метод класса: WPCF7_ContactForm{}
Хуков нет.
Возвращает
int. Count of contact forms.
Использование
$result = WPCF7_ContactForm::count();
Код WPCF7_ContactForm::count() WPCF7 ContactForm::count CF7 6.1.6
public static function count() {
return self::$found_items;
}