WC_Email_Customer_New_Account::get_default_heading()
Get email heading.
Method of the class: WC_Email_Customer_New_Account{}
No Hooks.
Return
String
.
Usage
$WC_Email_Customer_New_Account = new WC_Email_Customer_New_Account(); $WC_Email_Customer_New_Account->get_default_heading();
Changelog
Since 3.1.0 | Introduced. |
WC_Email_Customer_New_Account::get_default_heading() WC Email Customer New Account::get default heading code WC 9.3.1
public function get_default_heading() { return __( 'Welcome to {site_title}', 'woocommerce' ); }