WC_Email_Customer_Fulfillment_Deleted::get_default_additional_contentpublicWC 3.7.0

Default content to show below main email content.

Method of the class: WC_Email_Customer_Fulfillment_Deleted{}

No Hooks.

Returns

String.

Usage

$WC_Email_Customer_Fulfillment_Deleted = new WC_Email_Customer_Fulfillment_Deleted();
$WC_Email_Customer_Fulfillment_Deleted->get_default_additional_content();

Changelog

Since 3.7.0 Introduced.

WC_Email_Customer_Fulfillment_Deleted::get_default_additional_content() code WC 10.7.0

public function get_default_additional_content() {
	return __( 'If you have any questions or notice anything unexpected, feel free to reach out to our support team through your account or reply to this email.', 'woocommerce' );
}