• Resolved luca_2387

    (@luca_2387)


    Hello!
    I am a happy user of the free version of your plugin, for the moment I do not need the extended functionality of the PRO version.
    I am very annoyed to close every hour or so, not one every 90 days, the remainder of the pro version.
    I do understand there are cool functions there, but I just do not need them.
    Could you please make it less annoying? Thanks
    Luca

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author moiseh

    (@moiseh)

    Hello,

    We need to investigate it a bit more, it’s not normal the popup shows at every hour, in this case it would not appear in 90 days if you clicked in dismiss.

    I’m suspect you’re using some optimize plugin that clearing the WP Transients automatically, using multisite or something?

    Thread Starter luca_2387

    (@luca_2387)

    Hello!
    Not actually, we are not using any of these plugins.
    Only what it comes in my mind, the main website is in Russian while my admin interface is in English.
    Let me know how I can help out.
    Luca

    Plugin Author moiseh

    (@moiseh)

    Hi,

    To me it’s difficult to know without full environment access,
    But you can do this do prevent the notice, and i’ll update this plugin code in next version:

    Edit the file: wp-content/plugins/woo-better-usability/common/MHNotice.php
    After the line 39, add this:

    if ( !apply_filters($this->common->getPluginAbbrev() . '_' . $alias, true) ) {
        continue;
    }

    Edit the file: wp-content/themes/yourtheme/functions.php
    At the end of file, add this:

    add_filter('wbu_premium_advertising', function(){ return false; });

    Hope it helps

    Thread Starter luca_2387

    (@luca_2387)

    ok, thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pro version popup message’ is closed to new replies.