WPCF7_Mail::name()
Returns the name of the email template.
Метод класса: WPCF7_Mail{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WPCF7_Mail = new WPCF7_Mail(); $WPCF7_Mail->name();
Код WPCF7_Mail::name() WPCF7 Mail::name CF7 5.9.8
public function name() { return $this->name; }