Skip to main content
Back to Blog
WordPress 7.0 RC1 testing playbook
WordPress

WordPress 7.0 RC1 Testing Playbook: What to Validate Before April

Structured WordPress 7.0 RC1 testing playbook. Plugin compatibility triage, scenario-based test matrix, WooCommerce validation, and production go/no-go checklist for the April 9 release.

S
Summix
· 6 min read

WordPress 7.0 RC1 Testing Playbook: What to Validate Before April

WordPress 7.0 RC1 lands on March 19, 2026, starting a 21-day countdown to the April 9 general availability release. RC1 means feature freeze: no new functionality, only bug fixes. If you followed our WordPress 7.0 beta testing guide, this playbook picks up where that left off — with a structured WordPress 7.0 RC1 testing guide focused on validation, not exploration.

Important: Test on staging environments only; never install RC builds on production sites.

What Changed From Beta to RC1

RC1 is not another beta. Three constraints now apply that did not exist during the beta window:

  • Feature freeze. Every commit requires double sign-off from two committers. New features cannot enter the codebase.
  • String freeze. No new or changed user-facing text, which means translations can begin and the UI you test now is what ships.
  • Bug-fix-only cadence. RC2 (March 26), RC3 (April 2), and a dry run (April 8) follow in weekly intervals. Each release fixes bugs found in the previous one — but those fixes can introduce new regressions.

Beta 1 was delayed one day due to REST autosave controller test failures, real-time collaboration test failures, and client-side media processing backporting. This signals that the editor and collaboration features carry the highest regression risk heading into RC1.

Setting Up Your RC1 Test Environment

Choose the method that fits your workflow:

MethodBest ForCommand / Link
WordPress PlaygroundQuick feature checks (zero setup)Open in browser
Beta Tester PluginExisting staging sitesSettings > Beta Testing > “Beta/RC Only”
WP-CLIDeveloperswp core update --version=7.0-RC1

Verify your environment meets the WordPress 7.0 requirements: PHP 7.4+ (8.3 recommended), MySQL 8.0+ or MariaDB 10.6+. Confirm PHP 7.2 and 7.3 are no longer supported.

The RC1 Test Matrix

This is where the beta guide’s feature exploration becomes structured validation. Test each scenario against your site type and record pass/fail results.

ScenarioWhat to TestPass CriteriaHighest Risk For
Iframed editorActivate custom blocks; check JS consoleZero console errors; CSS renders inside iframeSites with custom blocks, page builders
Real-time collaborationOpen same post in two browsers; edit in bothEdits sync within 30 seconds; no data lossMulti-author sites, editorial teams
DataViews adminNavigate Posts/Pages list; check plugin columnsAll columns render; filters work; no visual regressionsSites with admin-modifying plugins
Classic block compatInsert Classic (freeform) block; test formattingBlock renders correctly; note that RTC is incompatible with Classic blockSites relying on Classic editor blocks
Caching + RTCEnable caching plugin; test collaboration pollingLong-poll requests are not cached; edits still syncSites running object caching or full-page caching
PHP 7.4 / 8.xRun Health Check; test all critical pathsNo deprecation notices; all pages load cleanly (PHP 8.4 compatibility may need extra attention)Sites recently migrated from PHP 7.2/7.3

For real-time collaboration setup details, see the real-time collaboration setup guide.

Plugin Compatibility Triage

Not every plugin needs day-one testing. Prioritize by business impact:

P1 — Test immediately (revenue and editor-critical):

  • Payment gateways, WooCommerce extensions, membership plugins
  • Page builders, custom block plugins, editor-modifying plugins
  • Admin-styling and dashboard plugins (DataViews changes break CSS overrides)

P2 — Test in the first week:

  • SEO plugins (Yoast, Rank Math)
  • Form plugins (Gravity Forms, WPForms)
  • Caching plugins (verify they do not cache RTC polling requests)
  • Image optimization plugins (may conflict with client-side media processing)

P3 — Test before GA (April 9):

  • Analytics, backup, security, and utility plugins

If a P1 plugin fails: Check the plugin’s support forum or changelog for a 7.0 compatibility update. If none exists by RC2 (March 26), contact the developer or plan a workaround before GA.

WooCommerce + RC1: What Store Owners Must Validate

Store owners face a compound upgrade risk: WordPress 7.0 GA ships April 9, followed five days later by WooCommerce 10.7 on April 14, which disables HPOS sync-on-read by default. Custom code writing to wp_posts via wp_update_post() or direct SQL will no longer auto-sync to HPOS on read.

WordPress 7.0 RC1 WooCommerce compatibility test checklist:

  • Complete checkout flow (guest and logged-in)
  • Payment gateway processing and confirmation
  • Admin orders screen (now DataViews-powered)
  • Product editor (now running inside an iframe)
  • HPOS data integrity (see the HPOS migration checklist)

Store owner timeline:

DateMilestoneAction
March 19RC1Begin staging tests for WP 7.0
March 26RC2Re-test with WooCommerce patches
April 2-8RC3 + Dry RunFinal validation; make go/no-go call
April 9WP 7.0 GAUpdate production if all tests pass
April 14WC 10.7Test HPOS change separately on staging

RC1-to-Final Re-Validation Protocol

Testing RC1 once is not enough. Bug fixes between RC releases can introduce new regressions, and plugin developers ship compatibility updates throughout the RC window. Use this cadence to stay current:

PhaseDateScopeTime Estimate
RC1March 19Full test suite: all test matrix scenarios, all P1 plugins2-3 hours
RC2March 26Re-test any RC1 failures; spot-check critical paths45-60 min
RC3April 2Final spot-check; confirm go/no-go decision30 min
Dry RunApril 8Monitor core Trac for last-minute issues15 min
GAApril 9Update production during a scheduled maintenance window
GA+1 weekApril 16Monitor for WordPress 7.0.1 patch releaseOngoing

Why re-test matters: The Beta 1 delay demonstrated that test failures can surface late. Plugin developers often wait until RC1 to ship compatibility patches. The dry run (April 8) may reveal issues requiring you to delay your production update.

Production Go/No-Go Checklist

Before updating production on April 9, walk through this decision framework. If any item is “No,” delay your update until the issue is resolved. Reference the WordPress 7.0 preparation guide for environment readiness steps.

  • All P1 plugins pass on RC3 or later
  • No critical errors in the test matrix scenarios
  • PHP version meets minimum (7.4+); hosting environment verified
  • Full site backup completed (database + files)
  • Maintenance window scheduled with rollback plan
  • WooCommerce stores: HPOS integrity confirmed; WC 10.7 testing planned separately

One “No” means wait. WordPress 7.0.1 typically ships within 1-2 weeks of GA to address post-launch issues. There is no penalty for waiting.


Stay ahead of the WordPress 7.0 release cycle. Subscribe to the Summix newsletter for RC updates, compatibility alerts, and production-readiness checklists as new release candidates drop.