wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_is_recovery_mode › WordPress Function

Da5.2.0
Deprecaton/a
wp_is_recovery_mode ( Nessun parametro )
Ritorna:
  • (bool)
Definito a:
Codex:

Determines whether WordPress is in Recovery Mode.

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


Sorgenti

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