WPCF7_Mail::name()publicCF7 1.0

Returns the name of the email template.

Метод класса: WPCF7_Mail{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$WPCF7_Mail = new WPCF7_Mail();
$WPCF7_Mail->name();

Код WPCF7_Mail::name() CF7 5.9.3

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