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