WC_Email_Customer_Fulfillment_Deleted::get_default_additional_contentpublicWC 3.7.0

Default content to show below main email content.

Метод класса: WC_Email_Customer_Fulfillment_Deleted{}

Хуков нет.

Возвращает

Строку.

Использование

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

Список изменений

С версии 3.7.0 Введена.

Код WC_Email_Customer_Fulfillment_Deleted::get_default_additional_content() WC 11.0.1

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' );
}