On April 15, 2026, one of the most well-regarded WooCommerce search plugins — Motive Commerce Search — was closed on WordPress.org with the standard notice:
*"This plugin has been closed as of 15 April, 2026 and is not available for download. This closure is temporary, pending a full review."*
If you're running a WooCommerce store with Motive installed, or any other plugin that has suddenly disappeared from the directory, you're probably asking three questions right now:
- Is my site broken?
- Will I lose functionality?
- Do I need to migrate to something else — and if so, where do I go?
I'm the developer of Queryra, another AI search plugin for WooCommerce. So yes, I have skin in this game. But this post isn't a pitch — it's what I wish someone had written the last time I saw a plugin I depended on get closed with no explanation.
Let's go through it.
What "closed pending review" actually means
First, the good news: a closed plugin on WordPress.org is not a broken plugin on your site. It's still installed, still activated, still running. Nothing breaks the moment the listing goes dark.
What changes is this:
- No new downloads: Nobody can install it from the WordPress.org directory anymore.
- No automatic updates: Your admin panel will stop seeing update notifications for that plugin.
- A notice appears in your Plugins screen letting you know the plugin has been closed.
- Support forum activity is suspended: You can still read old threads, but new topics usually aren't accepted.
If the plugin talks to an external service (like most AI search plugins do — Motive, Algolia, Searchanise, Doofinder, and Queryra all use a cloud backend), the frontend search on your store continues to work as long as that backend is online. In Motive's case, motive.co is up, the Playboard admin panel works, and customer support is functioning. The plugin closure is a WordPress.org directory issue, not a company outage.
Why plugins get closed
The WordPress.org Plugin Review team doesn't publicly disclose why they close specific plugins — that's their policy, and it makes sense from a security standpoint. But after watching this happen over the years, the common reasons are:
- Guideline violations — most often around data handling, telemetry, trademark use, or readme.txt claims that don't match what the plugin actually does
- Security vulnerabilities reported by researchers or users
- Compatibility issues flagged by the team (older versions not declaring support for current WordPress/PHP releases)
- Ownership or licensing disputes
- Third-party complaints about trademark or keyword stuffing
None of these mean "the plugin is bad" or "the company is failing." Some of the best plugins in the ecosystem have been closed at least once. The review process is conservative by design — better to pause and verify than leave a potential issue live for millions of sites.
Most closures resolve in 2–6 weeks once the developer submits fixes. Some take longer. A few never come back, usually when the original developer has moved on.
Your immediate options
Here's the decision tree I'd run through if I were you.
Option 1: Wait it out
If the plugin is still working on your store, the vendor's website is up, and their support is responding to tickets — this is usually the right call. Most closures resolve within a month. The friction of migrating search providers is real: reindexing your catalog, re-learning an admin panel, re-teaching your team, potentially redesigning your search UI.
Before you panic-migrate, check four things:
- Is the vendor's main website up and the login/admin working?
- Are they responding to support emails?
- Are they active on social media or have a status page? (Motive has a status page — many don't.)
- Have they made any statement about the closure?
If those answers are mostly "yes" and the plugin is still functioning on your site, waiting is almost always cheaper than migrating.
Option 2: Export your data now, decide later
This is the smart middle path. Whatever search provider you're using, go into their admin panel today and:
- Export any synonym lists, boost/bury rules, or merchandising configurations you've set up
- Download analytics history if the platform provides it
- Screenshot your current search configuration, filters, and UI customizations
- Note down your indexing settings (which fields are searched, which taxonomies matter)
This data is what's expensive to recreate. Your product catalog itself lives in WooCommerce and isn't at risk — but the *configuration* you've spent months tuning is vendor-specific and needs to be preserved.
This costs you 30 minutes and gives you optionality regardless of what happens next.
Option 3: Migrate
If you want to move, you have three realistic paths depending on your store size and priorities:
For stores under ~2,000 products where you want privacy-first, self-contained AI search:
- Queryra (disclosure: my plugin) — vector embeddings, no customer-facing OpenAI keys, EU-hosted backend
- FiboSearch — not AI, but extremely solid keyword-based WooCommerce search with huge active install count
- Advanced Woo Search — mature, affordable, well-maintained
For stores with 2,000–50,000 products where you need merchandising tools and agency-friendly features:
- Doofinder — closest feature parity with Motive, similar pricing bands, Spanish company
- Searchanise — mature ecosystem, strong analytics, higher price point
- Algolia — developer-oriented, very fast, but operation-unit pricing scales aggressively with catalog size and query volume
For enterprise stores (50k+ products) needing control and customization:
- Empathy.co — Motive's sister company, enterprise tier, used by Carrefour, Kroger, Inditex
- Elasticsearch or OpenSearch via plugins like ElasticPress — self-hosted, full control
- Algolia Enterprise tiers with custom contracts
None of these are drop-in replacements for each other. Each has a different admin paradigm, different pricing model, and different integration depth. Expect 1–3 weeks of setup time for any migration.
The thing nobody warns you about
When you pick a search plugin, you're picking a vendor relationship, not a piece of software. That relationship includes:
- Their business model and how stable it is
- Their engineering velocity (are bugs fixed in days or quarters?)
- Their customer support responsiveness
- Their pricing trajectory over years
- Their compliance posture (GDPR, data residency, cookie policies)
- Their WordPress.org standing
That last one is the overlooked lens. A plugin that has been consistently maintained on WordPress.org for years, with clear readme updates, declared compatibility with current WordPress and PHP versions, and a developer who responds in the support forum — that plugin is much less likely to get closed than one that's quietly stopped updating.
Before picking any search plugin — including mine — check:
- Date of the last update on the WordPress.org listing
Tested up toversion (should match current WordPress release, not two versions ago)- Minimum PHP version (PHP 5.6 requirement in 2026 is a red flag)
- Support forum activity: are tickets answered in days, weeks, or never?
- The company's website: does it exist, is it updated, is there a human behind it?
If you're running Motive today
Specific to the current situation: your plugin still works, the Motive backend is operational, and there's no reason to rush. Export your Playboard configuration this week as insurance, keep an eye on the WordPress.org listing for the reopening, and if the closure stretches past 4–6 weeks without a clear response from the Motive team, then start evaluating alternatives seriously.
Motive is backed by Empathy.co, a company with 200+ employees and 14 years of commerce search expertise. They have the resources to resolve whatever the review team is asking for. The most likely outcome is that the plugin comes back updated within a month.
If you're building for the long haul
The deeper lesson here is boring: diversify your critical path. If your store depends entirely on a third-party SaaS search provider, you're one vendor incident away from degraded functionality. Options to reduce that risk:
- Keep your product catalog canonical in WooCommerce (never in the search provider's system only)
- Document your search configuration in a spec that could be re-implemented elsewhere
- Make sure your theme/UI doesn't have hardcoded dependencies on one provider's markup
- Know the migration path to at least one alternative before you need it
That's not a glamorous recommendation, but it's the one that actually protects your revenue.
