Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-content
/
plugins
/
woocommerce
/
templates
/
emails
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if (!defined('ABSPATH')) { exit; } ?> <?php do_action('woocommerce_email_header', $email_heading, $email); ?> <?php ?> <p><?php printf(esc_html__('Hi %s,', 'woocommerce'), esc_html($user_login)); ?></p> <?php ?> <p><?php printf(esc_html__('Someone has requested a new password for the following account on %s:', 'woocommerce'), esc_html(wp_specialchars_decode(get_option('blogname'), ENT_QUOTES))); ?></p> <?php ?> <p><?php printf(esc_html__('Username: %s', 'woocommerce'), esc_html($user_login)); ?></p> <p><?php esc_html_e('If you didn\'t make this request, just ignore this email. If you\'d like to proceed:', 'woocommerce'); ?></p> <p> <a class="link" href="<?php echo esc_url(add_query_arg(array('key' => $reset_key, 'id' => $user_id), wc_get_endpoint_url('lost-password', '', wc_get_page_permalink('myaccount')))); ?>"><?php ?> <?php esc_html_e('Click here to reset your password', 'woocommerce'); ?> </a> </p> <?php if ($additional_content) { echo wp_kses_post(wpautop(wptexturize($additional_content))); } do_action('woocommerce_email_footer', $email);