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 6.1.5
public function name() {
return $this->name;
}