• The “Logo Link” URL is not updating – only goes to the root of existing site. We wanted it to go back to our main web site, but the value would never update.

    In the script my-wp-login-logo/views/dashboard.php around line 22, I added the following line to get it to work:

    update_option('wp_custom_login_url',$_POST['wp_custom_login_url']);

    https://www.ads-software.com/plugins/my-wp-login-logo/

  • The topic ‘Not updating logo link URL’ is closed to new replies.