wp_is_recovery_mode()
Is WordPress in Recovery Mode.
Description Description
In this mode, plugins or themes that cause WSODs will be paused.
Return Return
(bool)
Source Source
File: wp-includes/load.php
function wp_is_recovery_mode() { return wp_recovery_mode()->is_active(); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
When debugging, use these can be handful when you want to warn users that site is experiencing some problems !