Automattic\WooCommerce\Internal\EmailEditor\EmailTemplates

WooEmailTemplate::get_description()publicWC 1.0

Get the template description.

Метод класса: WooEmailTemplate{}

Хуков нет.

Возвращает

Строку. Localized template description.

Использование

$WooEmailTemplate = new WooEmailTemplate();
$WooEmailTemplate->get_description(): string;

Код 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' );
}