Automattic\WooCommerce\Internal\StockNotifications\Emails
CustomerStockNotificationVerifiedEmail::get_default_heading
Get email heading.
Method of the class: CustomerStockNotificationVerifiedEmail{}
No Hooks.
Returns
String.
Usage
$CustomerStockNotificationVerifiedEmail = new CustomerStockNotificationVerifiedEmail(); $CustomerStockNotificationVerifiedEmail->get_default_heading();
CustomerStockNotificationVerifiedEmail::get_default_heading() CustomerStockNotificationVerifiedEmail::get default heading code WC 10.3.6
public function get_default_heading() {
return __( 'Sign-up successful', 'woocommerce' );
}