• Resolved nolfnolf

    (@nolfnolf)


    Hello,

    Is there a way to completely uninstall the plugin?
    The usual uninstall method doesn’t seem to remove some plugin data (since upon reinstalling, some settings are still there).

    I think it would be a nice practice if the plugin had a “Remove all data on uninstall” setting.

    How can I do a clean uninstall?
    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • My DB is flooded with extra meta fields from this and I haven’t used this in a while (ajax incompatibilities).

    How do we safely remove this?

    Thread Starter nolfnolf

    (@nolfnolf)

    Apparently devs ignore my support question, since newer questions have been answered, so idk.

    There was one about a year ago that rotted with the same question so… I dunno.
    I am researching how to remove these fields and I’ll let ya know. Wish me luck

    Thread Starter nolfnolf

    (@nolfnolf)

    Good luck! I’ve searched before posting and found nothing.
    Let me know how it goes.
    Cheers!

    Ok, run this on SQL AFTER MAKING A BACKUP!!!!
    DELETE FROM wp_postmeta WHERE meta_key LIKE ‘%_woosea%’;
    If you use a custom table prefix change wp_ to that

    • This reply was modified 1 year, 7 months ago by coldrealms65.
    Thread Starter nolfnolf

    (@nolfnolf)

    Thanks! Will give it a go!

    Don’t forget to run a repair / optimize on your DB after making manual deletions as sql won’t actually delete the tables.

    Thread Starter nolfnolf

    (@nolfnolf)

    Thanks, seems to have worked! Will mark this as solved. Hope it helps others in the future.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Completly uninstall’ is closed to new replies.