WC_Email_Customer_Processing_Order::get_default_heading()
Get email heading.
Description Description
Return Return
(string)
Source Source
File: includes/emails/class-wc-email-customer-processing-order.php
68 69 70 | public function get_default_heading() { return __( 'Thank you for your order' , 'woocommerce' ); } |
Changelog Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |