WC_Email_Admin_Payment_Gateway_Enabled::get_default_additional_contentpublicWC 10.6.0

Default content to show below main email content.

Method of the class: WC_Email_Admin_Payment_Gateway_Enabled{}

No Hooks.

Returns

String.

Usage

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

Changelog

Since 10.6.0 Introduced.

WC_Email_Admin_Payment_Gateway_Enabled::get_default_additional_content() code WC 10.8.1

public function get_default_additional_content() {
	return __( 'If this was intentional, you can safely ignore and delete this email.', 'woocommerce' );
}