Automattic\WooCommerce\Internal\StockNotifications\Emails

CustomerStockNotificationEmail::get_default_headingpublicWC 1.0

Get email heading.

Method of the class: CustomerStockNotificationEmail{}

No Hooks.

Returns

String.

Usage

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

CustomerStockNotificationEmail::get_default_heading() code WC 10.3.6

public function get_default_heading() {
	return __( 'It\'s back in stock!', 'woocommerce' );
}