• Resolved Alias79

    (@alias79)


    A couple of years ago I deactivated this plugin. Checking the autoload of my wp_options.php, I found this value:

    lyte_cache_index 252520

    How can I uninstall this plugin completely without leaving this residual values?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    Afraid LYTE does not clean up after itself, but I agree it should. I’ll add this to my todo-list ??

    frank

    Thread Starter Alias79

    (@alias79)

    Hi! Thanks for your response!

    Is there any foresight to do this? Or some way to erase them in the meantime? As I don’t have the plugin installed I will not know when it applies.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    Well, if you have access to your db you could do something like;

    DELETE FROM 
        wp_options
    WHERE
        option_name LIKE 'LYTE_%'

    hope this helps,
    frank

    Thread Starter Alias79

    (@alias79)

    Worked! Thanks Frank! ??

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you’re welcome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Residual values in wp_options’ is closed to new replies.