=== Remove All Products === Contributors: kamranakhtar Donate link: https://github.com/kamran8901/Remove-All-Products Tags: woocommerce, products, remove, Custom Taxonomies, Custom Posts Requires at least: 4.7 Tested up to: 5.7 Stable tag: 1.0 Requires PHP: 5.6 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html wordpress plugin to remove woocommerce products based on custom taxonomies, 50 products per round. == Description == Useful for developers to easily remove the products. = Contributing and reporting bugs = You can contribute code and localizations to this plugin via GitHub: [https://github.com/kamran8901/Remove-All-Products](https://github.com/kamran8901/Remove-All-Products) = Support = Use the WordPress.org forums for community support - I cannot offer support directly for free. If you spot a bug, you can of course log it on [Github](https://github.com/kamran8901/Remove-All-Products) instead where I can act upon it more efficiently. == Installation == 1. Upload plugin files to your plugins folder, or install using WordPress' built-in Add New Plugin installer 2. Activate the plugin 3. Find the menu entry 'Remove All Products' under 'WooCommerce' menu 4. Your WooCommerce store now has an easy way to remove all products == Frequently Asked Questions == = What is the plugin license? = * This plugin is released under a GPL license = How can I remove more than 50 products per round? = * Find and edit code where " 'numberposts' => 50 ". * Use the WordPress.org forums for community support as I cannot offer support directly for free. == Changelog == = 1.0 = * Hello World!