WC_Email_Customer_Note::get_default_additional_content()
Default content to show below main email content.
Method of the class: WC_Email_Customer_Note{}
No Hooks.
Returns
String
.
Usage
$WC_Email_Customer_Note = new WC_Email_Customer_Note(); $WC_Email_Customer_Note->get_default_additional_content();
Changelog
Since 3.7.0 | Introduced. |
WC_Email_Customer_Note::get_default_additional_content() WC Email Customer Note::get default additional content code WC 9.8.5
public function get_default_additional_content() { return $this->email_improvements_enabled ? __( 'Thanks again! If you need any help with your order, please contact us at {store_email}.', 'woocommerce' ) : __( 'Thanks for reading.', 'woocommerce' ); }