Automattic\WooCommerce\Internal\StockNotifications\Emails

CustomerStockNotificationEmail::get_default_intro_contentpublicWC 1.0

Get default email content.

Method of the class: CustomerStockNotificationEmail{}

No Hooks.

Returns

String.

Usage

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

CustomerStockNotificationEmail::get_default_intro_content() code WC 10.3.6

public function get_default_intro_content() {
	return __( 'Great news: "{product_name}" is now available for purchase.', 'woocommerce' );
}