• Hi, I’d like to totally remove and reinstall your plugin. After removing it from the admin panel, I’d also like to entirely remove database entries it created, as when I reinstall it, I suspect it’s keeping some wrong entry(es).
    Can you tell what should be deleted from WordPress DB to achieve this result?
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter markvp

    (@markvp)

    (Re-post: author is live, why no answer?)
    Hi, I’d like to totally remove and reinstall your plugin. After removing it from the admin panel, I’d also like to entirely remove database entries it created, as when I reinstall it, I suspect it’s keeping some wrong entry(es).
    Can you tell what should be deleted from WordPress DB to achieve this result?
    Thanks.

    Plugin Author Ankit Kumar Agarwal

    (@ankit_frenz)

    Sorry for the late response, Myself and Piyush were busy with some other stuff for past couple of months..Hope we can release new version of plugin soon..
    Anyways to answer you:-
    To prevent users from re-entering all details everytime some details are stored in the database.
    The best way to overwrite those is from the plugin admin panel.
    But if you are a bit advanced user you can remove entries from DB as follows:-
    uninstall plugin
    Goto DB table wp_options (prefix may vary)
    Find an entry with option_name “wp_fb_comments_option”
    Delete the entry.
    Reinstall and try.

    Hope that helps.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing and reinstalling the whole thing’ is closed to new replies.