After uninstalling WC, how can I remove unnecessary database tables?
-
Hello. My website was built using a theme that came with WooCommerce. So when I built the site, I initially installed WooCommerce. But my site has no need for a shop, or WooCommerce, so I uninstalled it. But when I uninstalled it, I did not follow these WC instructions to uninstall *and remove all data*. So many WooCommerce tables are still in my database. What is the proper way to remove these? Can I simply install WooCommerce, add
define( 'WC_REMOVE_ALL_DATA', true);
to wp-config.php, and uninstall WooCommerce? If so, when I install/activate WooCommerce, do I need to carry out any of its ‘setup’ steps? Or can I simply install, activate, add code, deactivate, and uninstall?Thanks.
- The topic ‘After uninstalling WC, how can I remove unnecessary database tables?’ is closed to new replies.