WPCF7_Mail::get_component_namepublicCF7 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 6.1.4

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