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