• Resolved Purnendu

    (@impurnendu)


    Hi,
    How can I completely uninstall this plugin (deleting all database entry and tables)?
    I need this for some troubleshooting.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @impurnendu thanks for your question. There isn’t custom tables but yes, our data by default does remain on uninstall of the plugin.

    If you wanted to remove this you could use add_filter('web_stories_erase_data_on_uninstall', '__return_true') in a plugin or mu-plugin to force everything to clean up.

    Please also note that there is an open GitHub to look into the possibility of adding UI setting for data removal upon uninstall so please feel free to follow this.

    Hope this helps and do let me know if you have any further questions.

    Thread Starter Purnendu

    (@impurnendu)

    Where should I add this code?

    Thread Starter Purnendu

    (@impurnendu)

    Ok I got it

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