WPCF7_ContactForm::initial()
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() WPCF7 ContactForm::initial CF7 6.0.5
public function initial() { return empty( $this->id ); }