WC_Email_Customer_New_Account::get_default_headingpublicWC 3.1.0

Get email heading.

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

Хуков нет.

Возвращает

Строку.

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

$WC_Email_Customer_New_Account = new WC_Email_Customer_New_Account();
$WC_Email_Customer_New_Account->get_default_heading();

Список изменений

С версии 3.1.0 Введена.

Код WC_Email_Customer_New_Account::get_default_heading() WC 9.9.5

public function get_default_heading() {
	return __( 'Welcome to {site_title}', 'woocommerce' );
}