Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter byzgl

    (@byzgl)

    Hello, I solved it..
    in uber-login-logo.php line 43:

    add_action("wp_loaded",array("UberLoginLogo","init"));

    replace with:

    add_action("init",array("UberLoginLogo","init"),1000,0);

    Thats it! 🙂

    Plugin Author uberweb

    (@uberweb)

    cool. glad you resolved it. I can’t work out if best practise is to hook into init or wp_loaded. Both methods seem to have issues with different plugins.

    Thread Starter byzgl

    (@byzgl)

    yepp 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I rename my wp-login.php — logo not working’ is closed to new replies.