Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wearemogul

    (@wearemogul)

    Fixed the lost password issue by editing woocommerce > templates > myaccount > form-login.php

    changing

    <a href="<?php echo esc_url( wp_lostpassword_url() ); ?>"><?php _e( 'Lost your password?', 'woocommerce' ); ?></a>

    to

    <a href="<?php echo esc_url( wp_lostpassword_url() ); ?>" alt="<?php esc_attr_e( 'Lost Password', 'textdomain' ); ?>"><?php esc_html_e( 'Lost Password', 'textdomain' ); ?></a>

    Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    So you added an alt? Alt tags aren’t valid in anchor tags.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No links are working in my accounts page’ is closed to new replies.