WordPress in April 2026: 3 Documented Events That Changed Migration Urgency
Three primary-source events. WordPress founder Matt Mullenweg's internal memo. Three plugin supply-chain attacks in one week. The WooCommerce Core team lead's public admission of the platform's biggest problems.

Hassan Jamal·May 22, 2026·12 min read
Scanning WordPress install, checking 50+ active plugins...
Executive Summary
- ✓April 14, 2026: Matt Mullenweg posted an internal memo admitting 'the wheels have fallen off' WordPress. Reported by The Repository with direct quotes.
- ✓April 5 to 7, 2026: Three plugin supply-chain attacks landed in one week. Essential Plugin (31 plugins, ~400K installs, backdoor planted 8 months prior). Smart Slider 3 Pro (800K installs, update server hijacked). WowShipping Pro (unauthenticated RCE).
- ✓April 16, 2026: WooCommerce Core team lead at Automattic publicly admitted the platform's three biggest problems on r/woocommerce: plugin fatigue, fear of updating, and performance.
- ✓Patchstack 2025 report: 7,966 WordPress vulnerabilities in 2024. 96% in plugins. 43% require zero authentication. Average WooCommerce store runs 30 active plugins per Studio Wombat's 10,000-store study.
- ✓Migration is now a risk-management question, not a vanity PageSpeed question. The longer a business site stays on WordPress, the more attack surface it carries.
This is a primary-source dump. Three independent events from April 2026, every claim linked to its original publication. No opinion. The events speak for themselves.
Event 1: Matt Mullenweg Internal Memo (April 14, 2026)
On April 14, 2026, WordPress founder Matt Mullenweg posted in WordPress's internal core-committers Slack channel a wide-ranging critique of the platform he founded. The post was reported in full by The Repository, an independent WordPress newsletter.
Mullenweg's Exact Words (April 14, 2026)
“We are not being killed by competition, I believe we have done this to ourselves.”
“When Cloudflare can ship the entire functionality of WordPress, and then some, in 2 months, we can take longer than that to almost not ship one sub-menu of our Settings screen.”
“We are operating at a level of collective delusion that is quite impressive.”
“We keep driving away some of the most valuable people and rejecting them when they try to contribute.”
Source: The Repository →
The context matters. Mullenweg is the founder of WordPress (2003), the CEO of Automattic (which owns WordPress.com, WooCommerce, Jetpack, Tumblr, and others), and the unilateral controller of the WordPress.org plugin directory. When he says "the wheels have fallen off" in an internal memo to his own core committers, this is not external criticism. This is the founder describing his own ship.
The Cloudflare reference is specific. Throughout 2025 and into 2026, Cloudflare has been shipping content management features (Workers, Pages, R2 storage, D1 database, Stream video) at a pace that makes the WordPress.org core team's ship cadence look glacial. Mullenweg's complaint is not vague. It is a specific competitive concern from a founder watching his core platform fall behind.
The "driving away valuable people" line connects to a longer history of contributor exits from WordPress core over the past 24 months. Several senior committers have stepped back publicly, citing governance concerns, the WP Engine litigation fallout from October 2024, and what one departing committer called "a culture where contributors are treated as adversaries when they push for change." Mullenweg's memo is the first time the leadership itself has acknowledged this pattern in writing.
For business owners, the practical impact is this: WordPress core feature ship velocity has measurably slowed. The Block Editor (Gutenberg) timeline shipped major releases every 6 to 8 weeks in 2019 to 2021. Through 2025 and into 2026, major release cadence has stretched to 12 to 16 weeks for comparable scope. Auto-update reliability has not improved. The Site Editor (full-site editing) has not reached parity with the visual builders on competing platforms. These are the conditions Mullenweg himself is describing as "almost not shipping one sub-menu."
None of this means WordPress is dying. It powers 43 percent of the web and that share is sticky. But the founder of the platform is telling you, in writing, that the trajectory has changed. That is information a business owner committing to a 5-year website investment should have.
Event 2: Three Plugin Supply-Chain Attacks in One Week (April 5 to 7, 2026)
Three documented WordPress plugin compromises hit in a single seven-day window. All three were supply-chain attacks (the plugin update mechanism itself was the attack vector, not the user's installation).
Attack 1: Essential Plugin Suite (31 plugins, ~400,000 active installs)
The Essential Plugin suite was acquired on Flippa for six figures by an unknown party. A backdoor was planted in version 2.6.7 in August 2025 that sat dormant for 8 months before activating in April 2026. WordPress.org permanently closed all 31 plugins on April 7, 2026.
Attack 2: Smart Slider 3 Pro (800,000+ active installs)
The Smart Slider 3 Pro plugin update server was compromised. Version 3.5.1.35 shipped with a remote access toolkit embedded. Any site that auto-updated during the compromise window received the malicious payload. The plugin maintainers issued an emergency clean release within 48 hours, but every site that auto-updated in the window remained compromised until manual remediation.
Attack 3: WowShipping Pro (RCE backdoor)
WowShipping Pro received an unauthenticated remote-code-execution backdoor in an update. Unlike the Essential Plugin and Smart Slider attacks, this one allowed any attacker on the internet to execute code without authentication. The vulnerability was patched within days but the install base remained partially exposed until forced updates rolled through.
The scale data comes from Patchstack's 2025 State of WordPress Security report: 7,966 new WordPress vulnerabilities in 2024. 96 percent in plugins, not core. 43 percent require zero authentication (any internet user can exploit them). 1,614 plugins were removed from the WordPress.org directory in 2024 for unpatched issues.
The pattern matters more than the individual attacks. Three plugin compromises in one week is not three coincidences. It is a structural problem with the WordPress plugin distribution model. Plugins can be acquired by anyone (Flippa, GitHub, direct purchase). Plugin update servers are individually controlled and individually vulnerable. Auto-updates push code from those servers to millions of sites with no intermediate review.
Compare this to the security posture of a custom Next.js site. There are no plugins. There is no update server controlled by a third party that pushes code to your site. The dependency chain is your package.json, locked at specific versions, reviewed when you deploy. Supply-chain risk does not go to zero (npm has its own incidents), but it drops from "30 independent vendors with auto-push access" to "a known set of packages updated only on intentional deploy." That is a structurally different security model.
The Essential Plugin timeline is the most concerning specific case. The backdoor was planted in August 2025. WordPress.org plugin reviewers approved that release. It sat in 400,000 installations for 8 months before activating. This is not a hypothetical attack vector. It is the documented mechanism by which roughly 400,000 sites were compromised in a single April 2026 week. If your business runs WordPress with auto-updates enabled (the default), you are subscribed to whatever the next 31 plugins on this list will be.
Patchstack's report also documents the response gap. The average time from vulnerability disclosure to patch availability for a paid plugin is 14 days. For free plugins, it is 47 days. During those windows, exploitation is active. WordPress.org's enforcement mechanism (closing the plugin) only triggers after the compromise is publicly reported. The system is designed for cleanup after compromise, not prevention.
Free Plugin-Risk Audit
Want to know which of your plugins are highest risk?
Drop your WordPress site URL on a discovery call. Hassan will run a plugin audit, identify which of your installs carry active supply-chain risk per the Patchstack 2025 disclosures, and tell you honestly whether your specific stack justifies migration in 2026. No sales pitch.
Event 3: WooCommerce Core Team Lead Public Admission (April 16, 2026)
On April 16, 2026, a WooCommerce Core team lead at Automattic posted publicly on r/woocommerce asking the community for direct feedback. The Reddit account (u/sunyatasattva) is verified as a WooCommerce team member. The post identified the three biggest user complaints in the platform's own engineering team's words.
The WooCommerce Team's Own Admission
1. Plugin fatigue. “Having to install 30+ plugins, then troubleshooting becomes a nightmare.”
2. Fear of updating. “People are scared updating might break something.”
3. Performance. “The store becoming sluggish.”
Source: r/woocommerce thread →
The independent data backs the admission. Studio Wombat's 10,000-store study confirmed the average WooCommerce store runs 30 active plugins. Average plugin count is not an aspirational target. It is the median real-world install. The platform's own team is acknowledging what their own data has shown for years.
The plugin fatigue problem connects directly back to Event 2 (the supply-chain attacks). When the average WooCommerce store runs 30 plugins, the attack surface scales with each plugin. A single compromised plugin in the stack can take down the entire store. Plugin fatigue is not just a user-experience complaint. It is a security exposure that the platform's engineering lead is now publicly acknowledging.
The "fear of updating" admission deserves more attention than it has received. In any other software category, the engineering lead admitting that customers are scared to apply updates would be treated as a critical incident. In WooCommerce, it is treated as the normal operating state. Customers leave updates pending for weeks because every update carries a real chance of breaking checkout, breaking a sync to Klaviyo, breaking a payment gateway integration, or breaking the theme. This is not paranoia. The Studio Wombat data shows it is empirically justified. With 30 plugins on the median store, the probability of update conflict on any given update is non-trivial.
The performance admission ties to the structural problem. WooCommerce inherits the WordPress page render model. Every product page query is a database hit. Caching plugins help but cannot eliminate the underlying query overhead on cart, checkout, and account pages. The Studio Wombat data and independent WooCommerce performance benchmarks consistently show 30 to 55 mobile PageSpeed for product pages in stores with 100+ SKUs. The team lead is not announcing news. They are validating what merchants have measured for years.
The Reddit thread response is worth reading directly. Top-voted replies from real merchants include: "the only fix is to leave WooCommerce, which is what I am doing this quarter," "I have been running WooCommerce for 6 years and the last 2 years feel like maintenance is now my full-time job," and "I migrated to headless Shopify last month and my mobile conversion rate went up 23 percent." These are not anti-WooCommerce trolls. They are people who built businesses on the platform and are now publicly explaining why they are leaving.
What These Three Events Mean for Migration Urgency
Migration urgency in 2026 is no longer a vanity PageSpeed question. It is a risk-management question. The April 2026 events shifted the calculus on three specific dimensions.
Dimension 1: Platform direction risk. The founder of WordPress is publicly admitting the platform is losing ground to competitors and that contributors are being driven away. This is not an external attack. This is the source. A business betting its website on WordPress for the next 5 years is now betting on a platform whose founder is publicly questioning its trajectory.
Dimension 2: Plugin supply-chain risk. Three documented compromises in one week. 96 percent of WordPress vulnerabilities are in plugins. The plugin distribution model has no intermediate review between a compromised plugin author and millions of auto-updating sites. A WooCommerce store with 30 plugins has 30 independent supply-chain risks. Custom Next.js sites have zero plugins. The attack surface delta is structural.
Dimension 3: Operational complexity risk. The WooCommerce engineering lead is publicly acknowledging that plugin fatigue, fear of updating, and performance are the platform's three biggest problems. None of these are problems custom-coded Next.js sites have. There are no plugins to install, no update fear (the code is the deployment), and performance is structurally faster.
These three dimensions compound. A business running WordPress in 2026 carries platform-direction risk (founder admitting trajectory issues), plugin supply-chain risk (96 percent of vulnerabilities live in plugins), and operational complexity risk (engineering lead admitting plugin fatigue and update fear). Each dimension alone is manageable. All three at once represent a different risk profile than the same business carried in 2024.
Migration economics changed accordingly. In 2024, the case for migrating off WordPress was primarily about performance (PageSpeed gain) and cost (host fee reduction). A typical business could project a 12 to 36 month ROI on migration based on those factors alone. In 2026, the case adds risk reduction as a third lever: avoiding the next Essential Plugin-style supply-chain event, eliminating fear-of-updating operational drag, and decoupling from a platform whose founder is publicly questioning its direction. The ROI math has not changed. The risk math has.
The Honest Counterpoint: When WordPress Still Wins
WordPress has 15+ years of plugin ecosystem for niche verticals (LMS, complex membership, church management, vertical-specific SaaS integrations) that would cost $30,000+ to build custom. For businesses that depend on niche plugins as core revenue drivers, migration cost can outweigh the migration benefit. This analysis is about migration urgency, not migration certainty.
The right question is "when does the risk of staying exceed the cost of migrating". For business marketing sites and standard e-commerce stores (the majority of WordPress sites), the April 2026 events shifted that line. For niche-plugin-dependent businesses, the line moved less. PandaCodeGen will tell clients honestly which category they fall into during a free migration cost review.
Three categories where WordPress migration is harder to justify even after April 2026. First, businesses running learning management systems on LearnDash, LifterLMS, or TutorLMS. These plugins have 5 to 10 years of feature depth (drip content, gradebook, certificate generation, SCORM support) that would cost $30,000 to $80,000 to rebuild custom. Second, businesses running complex membership systems on MemberPress, Restrict Content Pro, or Paid Memberships Pro with integrated drip campaigns and tiered access. Same depth issue. Third, businesses with niche vertical integrations (real estate IDX feeds, church management software, association membership directories) where the WordPress plugin is the only commercially available connector.
For those three categories, the right move in 2026 is usually to harden the WordPress install rather than migrate. Patchstack subscription for plugin vulnerability monitoring. Wordfence Premium for active firewall. Staged plugin updates with weekly testing windows. Restricted plugin install policy (no new plugins without security review). These steps materially reduce the risk profile without forcing a rebuild. PandaCodeGen does not take on WordPress hardening projects directly, but during a free review will tell a client honestly when hardening is the right call instead of migration.
Most businesses do not fall in those three categories. Standard service-business websites, lead-generation sites, marketing sites, content sites, basic e-commerce stores running under 100 plugins: these are the majority of WordPress installs and these are the ones where the April 2026 events shifted the calculus toward migration.
About PandaCodeGen
Your WordPress hosting, plugins, and apps bill keeps climbing. Your revenue does not. PandaCodeGen migrates WordPress sites to custom Next.js + Sanity where you stop paying for hosting and plugin licenses forever, designed to get cited by ChatGPT, Claude, and Google AI from launch day. Fixed pricing from $1,500 Starter to $10,000+ Scale+. 90+ PageSpeed in writing or full refund. 5/5 ratings across Clutch, Trustpilot, Google, GoodFirms, and Sortlist within 90 days of founding.
Free WordPress Risk Assessment
Should you migrate now, harden, or wait?
Book a free 30-minute discovery call. Hassan will audit your current WordPress site, identify the specific plugins carrying active supply-chain risk per the Patchstack 2025 disclosures, run a PageSpeed benchmark, check your update cadence and theme dependencies, and give you an honest verdict: migrate now, harden the existing install, or wait until the next quarter. If migration does not make financial sense for your specific stack, the audit will tell you that. No sales pitch. No obligation. PandaCodeGen turns down projects that are not the right fit.
Free 60-second site audit also available at pandacodegen.com with no email required.
Related Reading
- ✓WordPress Migration Cost in 2026 — full pricing breakdown by site size and complexity
- ✓WordPress AI Security Risk 2026 — the AI plugin vulnerability class that exposed 100K sites
- ✓Why We Chose Next.js Over WordPress in 2026 — the engineering decision framework
- ✓WordPress vs Next.js — head-to-head on performance, security, and total cost of ownership
Full guides at wordpress-migration-cost, wordpress-ai-security-risk-2026, why-we-chose-nextjs-over-wordpress-2026, and wordpress-vs-nextjs.
Frequently Asked Questions
Frequently Asked Questions

Hassan Jamal·May 22, 2026·12 min read
Related Articles
Spending More on Ads but Getting Fewer Orders? Your Tracking Is the Hidden Reason
If your ad costs keep climbing while orders stay flat, the problem is often not your ads. It is that Meta, Google, and now AI shopping agents can no longer see most of your conversions. Here is why platform stores leak that signal, what it costs you, and the fix that does not mean another monthly app.
Will Migrating My Website Hurt My SEO? (The Honest Answer)
Done wrong, a migration can lose 50% of your traffic and take over a year to recover. Done right, you keep 95 to 100% of your rankings and your site ends up faster. Here is exactly what separates the two, the honest recovery timeline nobody mentions, and the checklist that protects your rankings.
How Long Does a Custom Website Take to Build? (Honest 2026 Timelines)
Most agencies quote 8 to 16 weeks. The honest truth is that most of that is waiting on you, not building. Here are real timelines by project size, the one thing that actually controls the clock, and the receipts behind a 7 day build and a 20 day e-commerce store.