Hi,
Uninstalling WooCommerce from the Plugins → Installed Plugins page will usually only remove the plugin but your settings, orders, products, pages, etc… will still exist in the database.
To completely wipe everything out, an additional destructive step is required where you open your wp-config.php file and add the following code then uninstall the plugin:
define( 'WC_REMOVE_ALL_DATA', true );
This should be added just above the following comment
/* That’s all, stop editing! Happy publishing. */
Link to image: https://docs.woocommerce.com/wp-content/uploads/2020/03/uninstall_wocommerce_plugin_wpconfig.png
We’ve explained further in this guide – https://docs.woocommerce.com/document/installing-uninstalling-woocommerce/#uninstalling-woocommerce
Hope this helps.
Thanks.
-
This reply was modified 3 years, 3 months ago by abwaita a11n. Reason: *added clarifications