Description
This small and lightweight plugin deletes all product images automatically when the product is deleted (from trash).
The plugin uses the “before_delete_post” action and runs a delete (wp_delete_post) for the product ID that is being deleted, this is done automatically and works with any number of products.
Contributions are welcomed on https://github.com/rwkyyy/delete-product-images-for-wc
Plugin is based on:
https://stackoverflow.com/a/45998408/5317637
Installation
- Download the plugin
- Upload it to your site (if you’ve installed it through WordPress Dashboard skip this step)
- Activate
- Enjoy!
FAQ
-
Will this work with any product?
-
Yes, it should work with any type of product (CPT).
-
Can you make it work with more CPTs?
-
To be honest, I did not found the motivation in putting the work for making the plugin compatible with any CPT, but if I see interest in this plugin I’ll do that in time, or if you want to submit the update/any other updates yourself, just make a pull on Github and I’ll update it here.
Reviews
Contributors & Developers
“Delete product images for WooCommerce” is open source software. The following people have contributed to this plugin.
Contributors“Delete product images for WooCommerce” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Delete product images for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release