• Resolved Simon

    (@simonmaddox)


    How can I suppress the “Are you enjoying Smart Forms?” on the admin dashboard? I click “never show again”, but its there again when I refresh the page!

Viewing 1 replies (of 1 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Ah sorry that seems to be a bug in the plugin, i will add the fix in the next update but if want to fix it right away please open the file smart-forms\smartforms.php and change this:

    function smart_forms_never_show_again(){
        update_site_option('smart_forms_review','-1');
    }

    for this:

    function smart_forms_never_show_again(){
        update_option('smart_forms_review','-1');
    }

    Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Supressing banner in admin’ is closed to new replies.