WPCF7_ContactForm::id()publicCF7 1.0

Returns ID of this contact form.

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

Хуков нет.

Возвращает

int. The ID.

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

$WPCF7_ContactForm = new WPCF7_ContactForm();
$WPCF7_ContactForm->id();

Код WPCF7_ContactForm::id() CF7 5.9.3

public function id() {
	return $this->id;
}