• I do not want to renew my license – I no longer need the paid functionality.

    How can I get rid of this message Optimus HQ license key has expired. Get a new Optimus HQ license key on optimus.io. Thank you!?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello Henk,

    if you remove and re-install the plugin the settings stored in the WordPress DB will be cleared and the notice should disappear.

    Note that this will reset your plugin settings to the defaults so you need to re-configure the plugin afterwards should you use non-default settings.

    Cheers!

    Thread Starter Henk Verlinde

    (@ve6304)

    Hello Sebastian,

    Thanks for your swift reply. Unfortunately, that did not do the trick.

    Also, I deleted all (expired) transients. But that did not help either. Source: https://github.com/keycdn/wp-optimus/blob/master/inc/optimus_hq.class.php

    Any other thoughts?

    Thanks!

    Removing the plugin should have removed the database entries of licence key and purchase time. Teh code is triggered on plugin deinstallation:
    https://github.com/keycdn/wp-optimus/blob/24cd6bf8cf71595aedcc77f6721aa2e74a043062/inc/optimus.class.php#L269

    Could you check in your database if those are indeed gone?
    (select * from wp_options where option_name like ‘optimus%’;)

    If neither of those are there, get_purchase_time will return false and the message should not be displayed.

    Thread Starter Henk Verlinde

    (@ve6304)

    Ah, clear. I had to manually delete the options from the database – I use composer to uninstall /install plugins.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Notice Renew License’ is closed to new replies.