WPCF7_Mail::get_template_name()publicCF7 1.0

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() CF7 5.9.8

public function get_template_name() {
	return $this->name();
}