WC_Email_Customer_Note::get_default_heading()
Get email heading.
Description Description
Return Return
(string)
Source Source
File: includes/emails/class-wc-email-customer-note.php
public function get_default_heading() { return __( 'A note has been added to your order', 'woocommerce' ); }
Changelog Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |