WC_Email_Customer_Reset_Password::get_default_heading()
Get email heading.
Method of the class: WC_Email_Customer_Reset_Password{}
No Hooks.
Return
String
.
Usage
$WC_Email_Customer_Reset_Password = new WC_Email_Customer_Reset_Password(); $WC_Email_Customer_Reset_Password->get_default_heading();
Changelog
Since 3.1.0 | Introduced. |
WC_Email_Customer_Reset_Password::get_default_heading() WC Email Customer Reset Password::get default heading code WC 7.7.0
public function get_default_heading() { return __( 'Password Reset Request', 'woocommerce' ); }