• Is it possible to link the image on the “Dark” template to go to the homepage? I don’t see that option anywhere.

    Typically I use:

    add_filter( 'login_headerurl', 'custom_loginlogo_url' );
    function custom_loginlogo_url($url) {
        return '/';
    }

    But this plugin seems to override it.

    • This topic was modified 5 years, 9 months ago by zackeryfretty.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Linked Logo?’ is closed to new replies.