WC_Email_Customer_Fulfillment_Updated::get_default_heading
Get email heading.
Method of the class: WC_Email_Customer_Fulfillment_Updated{}
No Hooks.
Returns
String.
Usage
$WC_Email_Customer_Fulfillment_Updated = new WC_Email_Customer_Fulfillment_Updated(); $WC_Email_Customer_Fulfillment_Updated->get_default_heading();
Changelog
| Since 3.1.0 | Introduced. |
WC_Email_Customer_Fulfillment_Updated::get_default_heading() WC Email Customer Fulfillment Updated::get default heading code WC 10.7.0
public function get_default_heading() {
return __( 'Your shipment has been updated', 'woocommerce' );
}