Automattic\WooCommerce\Internal\StockNotifications\Emails

CustomerStockNotificationVerifyEmail::get_default_subjectpublicWC 1.0

Get email subject.

Method of the class: CustomerStockNotificationVerifyEmail{}

No Hooks.

Returns

String.

Usage

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

CustomerStockNotificationVerifyEmail::get_default_subject() code WC 10.3.6

public function get_default_subject() {
	return __( 'Join the "{product_name}" waitlist.', 'woocommerce' );
}