[wp-trac] [WordPress Trac] #63524: Add DISABLE_WP_CRON to site health constants
WordPress Trac
noreply at wordpress.org
Wed Jun 4 10:52:22 UTC 2025
#63524: Add DISABLE_WP_CRON to site health constants
-------------------------------------+------------------------------
Reporter: leedxw | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Site Health | Version: 6.8
Severity: normal | Resolution:
Keywords: has-patch has-test-info | Focuses:
-------------------------------------+------------------------------
Comment (by rollybueno):
== Test Report
This report validates that the indicated patch addresses the issue.
Patch tested:
https://core.trac.wordpress.org/attachment/ticket/63524/health_disable_cron.patch
=== Environment
- OS: Linux 6.8.0-60-generic x86_64
- Web Server: nginx/1.26.1
- PHP: 8.2.27 (Supports 64bit values)
- WordPress: 6.8.1
- Browser: Chrome 136 on Linux
- Theme: Twenty Twenty-Five (twentytwentyfive) 1.2
- Active Plugins:
- Query Monitor 3.17.2
- User Switching 1.9.2
=== Actual Results
- ✅ Issue resolved with patch.
=== Additional Notes
- After I set define( 'DISABLE_WP_CRON', true ); on the wp-config.php, I
check the value on Tools -> Site Health -> Info -> WordPress Constants and
I confirmed it's visible and has correct values
=== Supplemental Artifacts
{{{
define( 'DISABLE_WP_CRON', false );
}}}
[[Image(https://i.imgur.com/HfSk5AE.png)]]
{{{
define( 'DISABLE_WP_CRON', true );
}}}
[[Image(https://i.imgur.com/QTnqmax.png)]]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63524#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list