Determines whether WordPress is in Recovery Mode.
Description
In this mode, plugins or themes that cause WSODs will be paused.
Source
function wp_is_recovery_mode() {
return wp_recovery_mode()->is_active();
}
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |
When debugging, use these can be handful when you want to warn users that site is experiencing some problems !