• To fix it use the folowing change in the code in the file:

    templates/woo/emails/customer-reset-password.php

    esc_html -> esc_html__

    changed to:

    echo '<p class="btn-container"><a href="' . esc_url( add_query_arg( array( 'key' => $reset_key, 'id' => $user_id ), wc_get_endpoint_url( 'lost-password', '', wc_get_page_permalink( 'myaccount' ) ) ) ) . '" class="btn">' . esc_html__( 'Reset Password', 'kadence-woocommerce-email-designer' ) . '</a></p>';

    • This topic was modified 5 years, 5 months ago by zvaranka.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Translate Reset Password in emails’ is closed to new replies.