PHP 8.4 is supported by WordPress Core 6.7 and later. That official fact replaces the need for vague claims that “many popular plugins worked in our test.”
The production decision still belongs to the site’s complete stack.
Official WordPress support
The current WordPress PHP compatibility matrix lists:
| WordPress version | PHP 8.4 status |
|---|---|
| WordPress 7.0 | Supported |
| WordPress 6.9 | Supported |
| WordPress 6.8 | Supported |
| WordPress 6.7 | Supported |
| WordPress 6.6 and earlier | Not supported |
Check the live matrix before an upgrade. “Supported by core” still does not mean that every installed component is compatible.
What to inventory
- parent and child theme;
- standard and must-use plugins;
- page builder and add-ons;
- WooCommerce and every payment, shipping, tax, subscription, and checkout extension;
- custom snippets, integrations, and webhooks;
- required PHP extensions;
- cron jobs, queues, imports, exports, backups, and cache layers.
The list is more useful than a generic plugin-name table because versions and configurations matter.
Safe upgrade sequence
- Create a production-like staging copy.
- Update WordPress, themes, and maintained plugins.
- Back up files and database and verify the rollback path.
- Switch staging to PHP 8.4 with matching extensions and limits.
- Test public pages, admin editing, media, search, forms, email, APIs, and scheduled jobs.
- Test all commerce and authenticated flows where present.
- Inspect PHP, WordPress, and server logs for fatals, warnings, and deprecations.
- Deploy during a monitored window and repeat critical checks.
Our PHP version checker may detect a remotely exposed version, but an unknown result is not proof that a site does or does not use PHP. WordPress Site Health and the hosting panel are stronger sources for your own site.
When to choose 8.4
PHP 8.4 is a reasonable production candidate when the WordPress version supports it, the upstream branch remains supported, and the full stack passes. It can also be a temporary choice when a documented component blocks PHP 8.5.
For sites on WordPress 6.9 or 7.0 that pass the newer branch, review WordPress and PHP 8.5. For the broader selection policy, use the recommended PHP version guide.
The evidence boundary is simple: WordPress Core 6.7 and later support PHP 8.4. Only staging and production monitoring can establish whether your particular site does.
Frequently asked questions
Is WordPress compatible with PHP 8.4?
Yes. The current WordPress Core compatibility matrix lists PHP 8.4 as supported for WordPress 6.7 and later.
Does PHP 8.4 support include every WordPress plugin?
No. WordPress core support does not certify plugins, themes, page-builder add-ons, WooCommerce extensions, or custom code. Test the complete stack on staging.
Should I use PHP 8.4 or PHP 8.5?
Use the newest supported branch that the full site passes on staging. PHP 8.5 requires WordPress 6.9 or later; PHP 8.4 can suit WordPress 6.7 or later or a stack that has not cleared 8.5.
How can I verify a PHP 8.4 upgrade?
Test public and admin flows, commerce, forms, emails, APIs, scheduled jobs, and logs on a production-like staging copy, then confirm rollback before deployment.