Not updating logo link URL
-
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']);
- The topic ‘Not updating logo link URL’ is closed to new replies.