Automattic\WooCommerce\Internal\EmailEditor\EmailTemplates
WooEmailTemplate::get_description()
Get the template description.
Метод класса: WooEmailTemplate{}
Хуков нет.
Возвращает
Строку
. Localized template description.
Использование
$WooEmailTemplate = new WooEmailTemplate(); $WooEmailTemplate->get_description(): string;
Код WooEmailTemplate::get_description() WooEmailTemplate::get description WC 9.8.1
public function get_description(): string { return __( 'Basic template for WooCommerce transactional emails used in the email editor', 'woocommerce' ); }