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