Automattic\WooCommerce\Blocks\Domain\Services\Email

CustomerNewAccount::get_default_heading()publicWC 3.1.0

Get email heading.

Method of the class: CustomerNewAccount{}

No Hooks.

Return

String.

Usage

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

Changelog

Since 3.1.0 Introduced.

CustomerNewAccount::get_default_heading() code WC 8.6.1

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