The rather dangerous “Remove all data” checkbox in WooCommere was removed in WooCommerce 3.
No need to add a plugin, here’s how to bring back this functionality.
Add this constant to your functions file.
define('WC_REMOVE_ALL_DATA', true);
Curated WooCommerce Snippets, Code & Help
The rather dangerous “Remove all data” checkbox in WooCommere was removed in WooCommerce 3.
No need to add a plugin, here’s how to bring back this functionality.
Add this constant to your functions file.
define('WC_REMOVE_ALL_DATA', true);