Automattic\WooCommerce\Internal\StockNotifications\Emails

CustomerStockNotificationVerifiedEmail::get_default_headingpublicWC 1.0

Get email heading.

Method of the class: CustomerStockNotificationVerifiedEmail{}

No Hooks.

Returns

String.

Usage

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

CustomerStockNotificationVerifiedEmail::get_default_heading() code WC 10.3.6

public function get_default_heading() {
	return __( 'Sign-up successful', 'woocommerce' );
}