• Resolved realvisions

    (@realvisions)


    I have just recently taken over a site that is loaded with numerous items that do not work.
    I am trying to restore the default WordPress Email Lost password function but it seems a separate page has been made for this using the short code [upme_reset_password]. I can not locate the plugin- User Profile Made Easy.
    I’m seeking advise on the best course of action to take.
    The entire site is loaded with bloat code I’ve never seen.

    Thanks Stan

Viewing 1 replies (of 1 total)
  • Thread Starter realvisions

    (@realvisions)

    Added to functions.php

    function reset_pass_url() {
    $siteURL = get_option(‘siteurl’);
    return “{$siteURL}/wp-login.php?action=lostpassword”;
    }
    add_filter( ‘lostpassword_url’, ‘reset_pass_url’, 11, 0 );

Viewing 1 replies (of 1 total)
  • The topic ‘Email Password Default’ is closed to new replies.