Automattic\WooCommerce\Blocks\Domain\Services\Email
CustomerNewAccount::get_default_heading()
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() CustomerNewAccount::get default heading code WC 9.7.1
public function get_default_heading() { return __( 'Welcome to {site_title}', 'woocommerce' ); }