This is an info Alert.
xpay
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. WPRepublic Bulk Category Removal for WooCommerce

WPRepublic Bulk Category Removal for WooCommerce

The ultimate modular toolkit for WooCommerce admins. Starts with the "Missing Feature": Bulk Delete Products by Category (with WP-CLI support).

10+ active installsFree on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping WPRepublic Bulk Category Removal for WooCommerce running.

WordPress compatibility
Tested to 6.9.7 — 2 branches behind 7.1
A branch or two behind — normal for a plugin between releases.
Last updated
8 months ago
At least 2.9 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
7.4
Your host must be running at least this version.
Requires WordPress
5.8
Requires other plugins
woocommerce
These must be installed and active first.
Contributors
2

10+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how WPRepublic Bulk Category Removal for WooCommerce is looked after — not on how many stores run it.

Mixed signals
Not enough public feedback to put a confident number on this one. Little public feedback — score rests mostly on release activity. What we can see is below.

Maintenance
26 / 35
Updated 238 days ago.
WordPress compatibility
14 / 20
Tested to WP 6.9.7, 1 branch(es) behind.
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
Not enough data
No ratings yet.
Listing transparency
6 / 10
Provides: description, homepage
2 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-09-06 from the WordPress.org plugin registry.
Ratings

No one has rated this plugin on WordPress.org yet. That is a statement about the ratings page, not about the plugin — plenty of well-kept plugins never collect them.

Building a WooCommerce store is easy. Maintaining a massive one is hard.

We built WPRepublic Bulk Category Removal for WooCommerce to be the Swiss Army knife that every store administrator wishes they had. This plugin is designed to host a variety of essential add-ons and utilities, evolving into a complete operations center for your shop.

The First Module: The “Bulk Delete” Solution

Have you ever tried to delete a product category in WooCommerce, only to realize the products inside it stay behind?

You are left with thousands of orphaned items, and the default interface only lets you delete them 20 at a time. It is slow, it times out, and it frustrates even the most patient admins.
For years, there wasn’t a simple, native way to say: “Delete this category AND everything inside it.”

Now there is.

The WPRepublic Bulk Category Removal Cleanup Module allows you to select specific categories and surgically remove all products contained within them.

Why this is the tool you’ve been looking for:

  • The “Missing” Feature: Finally, you can bulk delete thousands of products based on their category with a few clicks.
  • Deep Cleaning: It doesn’t just delete the post. It scrubs the database of orphaned relationships, postmeta, and wc_product_meta_lookup entries, keeping your database lean and fast.
  • Safety First: Includes a Dry Run mode (enabled by default). Simulate the entire process and read the logs before you delete a single byte of data.

🚀 Supercharged with WP-CLI

For developers and site reliability engineers, the graphical interface is just the beginning.
WPRepublic Bulk Category Removal comes with robust WP-CLI integration out of the box.

  • No Timeouts: managing 50,000 products? Run the cleanup from the terminal. It is faster, more stable, and immune to browser timeouts (PHP max_execution_time).
  • Secure & Scriptable: Automate your store maintenance via cron jobs or shell scripts securely.
  • Dry Runs in Terminal: Test your cleanup logic directly in the command line before executing.

What’s Next?

This is just the beginning. WPRepublic Bulk Category Removal for WooCommerce is being actively developed to include more modules for bulk editing, customer management, and store optimization.

WARNING: This is a powerful, destructive tool. Always perform a full database backup before running a live cleanup.

WP-CLI Commands

Use the power of the command line to manage your store cleanup efficiently.

1. List Categories

View a table of all product categories, their IDs, slugs, and product counts.

wp wpr-bulk-category-removal-woocommerce list-categories

2. Run Cleanup

Execute the cleanup process for specific categories.

Options:

  • --term-id=<ids> : A comma-separated list of category IDs to process.
  • --category-slug=<slugs> : A comma-separated list of category slugs.
  • --dry-run : (Optional) Simulate the cleanup without deleting data.

Examples:

Safe Simulation (Dry Run):
wp wpr-bulk-category-removal-woocommerce run –category-slug=temp-collection –dry-run

Live Cleanup (By ID):
wp wpr-bulk-category-removal-woocommerce run –term-id=152,189

Live Cleanup (By Slug):
wp wpr-bulk-category-removal-woocommerce run –category-slug=clothing,accessories

Is this tool safe?

Yes. The plugin defaults to Dry Run mode. This means you can press “Run” and see exactly what would happen in a log file, without actually deleting anything. We strongly recommend doing this first.

Does it delete the category folders too?

No. The plugin deletes all the products inside the selected categories. The categories themselves (the terms) remain on your site, but they will be empty (0 products).

Why use WP-CLI?

If you are trying to delete 10,000+ products, a web browser might “time out” (stop working) halfway through. WP-CLI runs directly on the server, making it much faster and reliable for massive stores.

Plugin details
Version1.1.0
Last updated2026-01-11 9:19pm GMT
Added2026-01-11
Requires WordPress5.8
Tested up to6.9.7
Requires PHP7.4

Tags on WordPress.org
bulk delete products
delete categories
store maintenance
woocommerce
wp-cli
xpay

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy