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 9.8.1
public function get_title(): string { return __( 'Woo Email Template', 'woocommerce' ); }