One Response to forget password

  1. Eugen Bleck November 18, 2021 at 9:12 am #

    Hi Jayesh,

    Good morning. I trust you are well and safe!

    Thank you so much for exercising patience whilst I looked into this.

    With regards to your inquiry, you can use the login_form_middle action to add the forgot password link. Here’s how to go about it. In your child theme’s functions.php add the following code snippet.

    add_action( ‘login_form_middle’, ‘add_lost_password_link’ );
    function add_lost_password_link() {
    return ‘Forgot Password?‘;
    }

    To learn more about child themes, please use this resource.

    I remain available if you have any further inquiries.

    STAY SAFE and I wish you a very fine and productive day ahead!
    Best,
    Eugen.

We use cookies to optimize your experience on our site and assume you're OK with that if you stay.
OK, hide this message.

Affiliates · Contact · Jobs · Terms & Conditions · Privacy Policy · Documentation · Downloads · Useful Plugins · My Account

Share