WC_Email_Customer_POS_Completed_Order::get_default_heading
Get email heading.
Method of the class: WC_Email_Customer_POS_Completed_Order{}
No Hooks.
Returns
String.
Usage
$WC_Email_Customer_POS_Completed_Order = new WC_Email_Customer_POS_Completed_Order(); $WC_Email_Customer_POS_Completed_Order->get_default_heading();
Changelog
| Since 3.1.0 | Introduced. |
WC_Email_Customer_POS_Completed_Order::get_default_heading() WC Email Customer POS Completed Order::get default heading code WC 10.8.1
public function get_default_heading() {
return __( 'Thank you for your in-store purchase', 'woocommerce' );
}