Delete all plugin data on uninstall
-
Hello,
I’ve been testing the WB Custom Product Tabs for WooCommerce plugin and noticed that, after uninstalling it, the data created by the plugin appears to remain in the database.
From inspecting the plugin files, it seems that:
- data is stored in
wp_options - product meta is added for custom tabs
- a custom post type is used for global tabs, along with related metadata
- the
uninstall.phpfile does not perform any actual cleanup
I would like to suggest adding a proper data removal feature, for example:
Recommended option
- a setting like:
“Delete all plugin data on uninstall”
This would allow users to choose whether to:
- keep the data for future reinstallation
- or completely remove it to keep the database clean
I believe this would be a valuable improvement, especially for users who care about database maintenance and performance.
Thank you for your work on this plugin, and I hope you will consider this enhancement.
- data is stored in
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.