Automattic\WooCommerce\Internal\StockNotifications\Emails

CustomerStockNotificationVerifyEmail::get_default_intro_contentpublicWC 1.0

Get default email content.

Method of the class: CustomerStockNotificationVerifyEmail{}

No Hooks.

Returns

String.

Usage

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

CustomerStockNotificationVerifyEmail::get_default_intro_content() code WC 10.3.6

public function get_default_intro_content() {
	return __( 'Please follow the link below to complete the sign-up process and join the "{product_name}" waitlist.', 'woocommerce' );
}