wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_is_recovery_mode › WordPress Function

Seit5.2.0
Veraltetn/v
wp_is_recovery_mode ( Keine Parameter )
Gibt zurück:
  • (bool)
Definiert in:
Codex:

Determines whether WordPress is in Recovery Mode.

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


Quellcode

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