WPCF7_Mail::get_component_name()publicCF7 1.0

Returns the name of the email template component currently processed.

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

Хуков нет.

Возвращает

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

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

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

Код WPCF7_Mail::get_component_name() CF7 5.9.8

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