WPCF7_ContactForm::id()
Returns ID of this contact form.
Метод класса: WPCF7_ContactForm{}
Хуков нет.
Возвращает
int
. The ID.
Использование
$WPCF7_ContactForm = new WPCF7_ContactForm(); $WPCF7_ContactForm->id();
Код WPCF7_ContactForm::id() WPCF7 ContactForm::id CF7 6.0.6
public function id() { return $this->id; }