WC_Email_Customer_New_Account::get_default_heading()
Get email heading.
Description Description
Return Return
(string)
Source Source
File: includes/emails/class-wc-email-customer-new-account.php
public function get_default_heading() {
return __( 'Welcome to {site_title}', 'woocommerce' );
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |