wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_is_recovery_mode › WordPress Function

Since5.2.0
Deprecatedn/a
wp_is_recovery_mode ( No parameters )
Returns:
  • (bool)
Defined at:
Codex:

Determines whether WordPress is in Recovery Mode.

In this mode, plugins or themes that cause WSODs will be paused.


Source

function wp_is_recovery_mode() {
	return wp_recovery_mode()->is_active();
}