A minimal WooCommerce admin tool that appends a chosen product tag to every product in a chosen category.
- Install and activate WooCommerce.
- Install and activate this plugin.
- Open Tools → Add Tag to Category.
- Enter a product-category name or slug and a product-tag name.
- Select Apply tag.
Existing tags are preserved. Products that already have the chosen tag are skipped.
- Requires WordPress 6.4+, PHP 7.4+, and WooCommerce.
- Restricts the tool to users with the
manage_woocommercecapability. - Protects the bulk update with a WordPress nonce.
- Sanitizes submitted values and escapes admin output.
- Processes product IDs in bounded batches.
This Coded Letter release develops and secures George Lazaridis's original
prototype. Its exact pre-migration history is preserved on the
legacy/ys-sudo-main
branch.
MIT. See LICENSE.