
如何在古腾堡编辑器中为文章添加Meta框和自定义字段
wp_is_recovery_mode ( No parameters )
Is WordPress 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(); }