Viewing 4 replies - 1 through 4 (of 4 total)
  • Is this relating to the notice at the top of the general Plugins page? I’ve just tried installing the plugin and – although I dismiss the notice – it does re-appear as soon as you navigate back to the Plugins page.

    Can you confirm that you have the same issue?

    Plugin Author Austin

    (@austyfrosty)

    Hi John, I have just confirmed the bug.

    I Will get that fixed in the next version.

    Thread Starter John Donovan

    (@johndonovan)

    Thanks, Frosty.

    Yes, esmi – it is as you describe.

    -john

    Quick fix:

    wp-content\plugins\custom-login\classes\class.settings-api.php line 750

    Replace

    function show_notifications() {
    $transient = $this->prefix . '_announcement';

    with

    function show_notifications() {
    return;
    $transient = $this->prefix . '_announcement';
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Dismiss Notice for "Stealth Login" not working’ is closed to new replies.