wpseek.com
WordPress开发者和主题制作者的搜索引擎



wp_is_recovery_mode › WordPress Function

Since5.2.0
已弃用n/a
wp_is_recovery_mode ( 没有参数 )
返回:
  • (bool)
定义在:
文档:

Determines whether WordPress is in Recovery Mode.

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


源码

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