WPCF7_ContactForm::initial()publicCF7 1.0

Returns true if this contact form is not yet saved to the database.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

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

Код WPCF7_ContactForm::initial() CF7 5.9.3

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