Automattic\WooCommerce\Internal\EmailEditor\EmailTemplates
WooEmailTemplate::get_title
Get the template title.
Метод класса: WooEmailTemplate{}
Хуков нет.
Возвращает
Строку. Localized template title.
Использование
$WooEmailTemplate = new WooEmailTemplate(); $WooEmailTemplate->get_title(): string;
Код WooEmailTemplate::get_title() WooEmailTemplate::get title WC 11.0.1
public function get_title(): string {
return __( 'Woo Email Template', 'woocommerce' );
}