Support » Plugin: Comments - wpDiscuz » clean uninstall

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi chrisgot,
    After deactivating wpDiscuz, please drop these two tables:
    _wc_comments_subscription
    _wc_phrases

    Then search in wp_options table > option_name field table wc_options key and delete the row.

    That’s it. This will be clean uninstall.

    Hi gVectors Team,

    is there something else?
    I found
    wp_wc_users_voted
    but still cant get clean install.

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi m1nyo,
    You should drop these three tables:

    • _wc_users_voted
    • _wc_comments_subscription
    • _wc_phrases

    Then search in “wp_options” table in “option_name” field wc_options and wc_plugin_version key and delete rows.

    Then clean wp_commentmeta table using this SQL:

    DELETE FROM wp_commentmeta WHERE meta_key  IN('wpdiscuz_child_ids', 'wpdiscuz_votes');

    That’s it, this should be clean uninstall. We’ll add uninstall button in feature releases.

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