Automattic\WooCommerce\Internal\StockNotifications\Emails
CustomerStockNotificationVerifyEmail::get_default_intro_content
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() 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' );
}