Forgotten Password link from widget do not work

Line 97 in widget-login.php if( $show_forgotten_password ) echo '<a href="' . wp_registration_url() . '">'. __('Lost your password?','mfn-opts') .'</a>';
need to be changed to if( $show_forgotten_password ) echo '<a href="' . wp_lostpassword_url() . '">'. __('Lost your password?','mfn-opts') .'</a>'; 
to get the forgotten Password link from widget to work. Or have I missed some settings?
We are using version 20.8.8.2.

Comments

  • Hi,
    sorry but this is not theme related and we do not support file changes.
    thanks
  • Hi Muffin Support
    How do you meen "not theme related" it´s in your theme //wp-content/themes/betheme/functions/widget-login.php 
    Just saying ;-)


  •  What you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact your web developer. Item Policy says:
    Item support does not include services to modify or extend the item beyond the original features, style, and functionality described on the item page. For customization services that will help you tailor the item to your specific requirements, we recommend contacting the author to see if they privately offer paid customisation services or checking out the great service providers on Envato Studio

    thanks
Sign In or Register to comment.