WC_Email_Customer_New_Account::get_default_heading()publicWC 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 8.7.0

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