[wp-trac] [WordPress Trac] #46825: Disable Site Health on any site when WP_DEBUG is true
WordPress Trac
noreply at wordpress.org
Sun Apr 7 02:42:29 UTC 2019
#46825: Disable Site Health on any site when WP_DEBUG is true
--------------------------+------------------------------
Reporter: arena | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: critical | Resolution:
Keywords: servehappy | Focuses:
--------------------------+------------------------------
Comment (by TimothyBlynJacobs):
The email and message you are referring to ''is'' part of servehappy/WSOD
protection as @Clorith indicated. This can be disabled by specifying the
`WP_DISABLE_FATAL_ERROR_HANDLER` constant to your `wp-config.php` file.
{{{
define( 'WP_DISABLE_FATAL_ERROR_HANDLER', true );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46825#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list