Description
inCOD Bulk Taxonomy Remove extends the native WordPress Bulk Edit screen with granular taxonomy actions.
Standard Bulk Edit only adds terms. This plugin lets you choose how selected taxonomy terms are applied to multiple posts at once:
- Add terms – native WordPress behaviour (default)
- Remove selected terms – subtract the checked terms from every selected item
- Replace all terms – keep only the checked terms; all other terms are removed
Works with:
- Posts and Pages
- Categories, Tags, and custom hierarchical / non-hierarchical taxonomies
- WooCommerce products (
product_cat,product_tag,product_shipping_class, andpa_*attributes) - Custom Post Types
Security:
- Nonce verification (
icbtr_bulk_edit_nonce) on every bulk update - Capability checks (
edit_others_posts/edit_posts) before any change - Sanitization with
absint()andsanitize_key()
Installation
- Upload the
incod-bulk-taxonomy-removefolder to/wp-content/plugins/. - Activate the plugin through the Plugins menu in WordPress.
- Open any list screen (Posts, Products, CPTs), select items, choose Edit from Bulk Actions, then Apply.
- Pick the taxonomy action (Add / Remove / Replace), select terms, and click Update.
FAQ
-
Does this change how WordPress Bulk Edit works by default?
-
No. The default mode is Add terms, which matches native WordPress behaviour.
-
Does it work with WooCommerce products?
-
Yes. Product categories, tags, shipping classes, and global attribute taxonomies (
pa_*) are supported. -
Is my request verified?
-
Yes. Every bulk update verifies the
icbtr_bulk_edit_noncenonce and the required capabilities before modifying terms. -
Which taxonomies are supported?
-
Any taxonomy shown in Quick Edit / Bulk Edit for the current post type, including custom taxonomies registered by themes and plugins.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“inCOD Bulk Taxonomy Remove” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “inCOD Bulk Taxonomy Remove” 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.0
- Initial release.
- Add / Remove / Replace modes in the Bulk Edit screen.
- Full support for Posts, Pages, CPTs, and WooCommerce product taxonomies.
- Nonce and capability checks on all bulk taxonomy operations.



