WC_Email_Customer_Fulfillment_Created::get_default_additional_contentpublicWC 3.7.0

Default content to show below main email content.

Method of the class: WC_Email_Customer_Fulfillment_Created{}

No Hooks.

Returns

String.

Usage

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

Changelog

Since 3.7.0 Introduced.

WC_Email_Customer_Fulfillment_Created::get_default_additional_content() code WC 10.8.1

public function get_default_additional_content() {
	return __( 'Please note that couriers may need some time to provide the latest shipping information.', 'woocommerce' );
}