WordPress has released version 6.9.3 shortly after the security update 6.9.2, addressing a bug that caused some websites to display a completely blank front end after updating. The issue affected specific themes using an unusual method to load template files.

At the same time, the WordPress team also released WordPress 7.0 Beta 4, continuing development toward the next major platform release scheduled for April 9, 2026.
WordPress 6.9.3 Fixes the Blank Front-End Bug
After the WordPress 6.9.2 security release, some users reported that their website’s front end suddenly appeared blank after updating. The problem did not affect every site but mainly impacted themes that used “stringable objects” instead of simple strings when loading template files.
WordPress normally expects a string file path when loading templates through the template_include filter. Themes that passed objects instead of strings triggered compatibility issues, which caused pages to fail rendering.
Although this method was never officially supported, many themes still used it internally. Because of the impact, the WordPress security team quickly released WordPress 6.9.3 to resolve the issue and restore compatibility.
WordPress 6.9.2 Security Update
WordPress 6.9.2 itself was a security-focused update that fixed multiple vulnerabilities across the platform. The update addressed 10 security issues, including:
| Vulnerability Type | Description |
|---|---|
| Blind SSRF | Server-side request forgery vulnerability |
| Stored XSS | Cross-site scripting through menus and directives |
| Authorization bypass | Issues affecting AJAX queries and Notes feature |
| Regex DoS | Denial-of-service via numeric character references |
| Path traversal | Security issue in PclZip archive handling |
| XXE vulnerability | External entity issue in the getID3 library |
Because these vulnerabilities could affect site security, WordPress recommended that all websites update immediately.
WordPress 7.0 Beta 4 Also Released
Alongside the maintenance fix, the WordPress team released WordPress 7.0 Beta 4, continuing development for the upcoming major release.
The beta version includes:
- All security patches from WordPress 6.9.2
- 49+ bug fixes and improvements
- 14 editor updates
- 35 core system improvements
Beta releases focus mainly on stability and bug fixes while the community tests the platform before the final release.
However, WordPress strongly advises not installing beta versions on production websites. Developers should test them only on staging or test environments.
How Developers Can Test WordPress 7.0 Beta
Developers who want to test the upcoming release have several options:
1. WordPress Beta Tester Plugin
Install the WordPress Beta Tester plugin and select:
- Channel: Bleeding Edge
- Stream: Beta/RC Only
2. Manual Download
Download the WordPress 7.0 Beta 4 ZIP package and install it on a test server.
3. WP-CLI Command
Developers using the command line can update directly:
wp core update --version=7.0-beta44. WordPress Playground
You can also test WordPress directly in a browser using WordPress Playground, which requires no setup.
What Website Owners Should Do After the WordPress 6.9.3 Update
If you manage a WordPress website, follow these steps:
- Update to WordPress 6.9.3 immediately to ensure your site receives the latest fixes.
- Check your theme compatibility if you previously experienced a blank page issue.
- Avoid installing WordPress 7.0 Beta on live websites.
- Test updates on staging environments first before applying them to production.
Keeping WordPress updated protects your website from vulnerabilities and ensures compatibility with plugins and themes.
