WPCF7_Mail::get_component_name
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() WPCF7 Mail::get component name CF7 6.1.4
public function get_component_name() {
return $this->component;
}