forked from wp-cli/doctor-command
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doctor.yml
44 lines (44 loc) · 934 Bytes
/
doctor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Default check configuration for `wp doctor`
autoload-options-size:
check: Autoload_Options_Size
constant-savequeries-falsy:
check: Constant_Definition
options:
constant: SAVEQUERIES
falsy: true
constant-wp-debug-falsy:
check: Constant_Definition
options:
constant: WP_DEBUG
falsy: true
core-update:
check: Core_Update
core-verify-checksums:
check: Core_Verify_Checksums
cron-count:
check: Cron_Count
cron-duplicates:
check: Cron_Duplicates
file-eval:
check: File_Contents
options:
regex: eval\(.*base64_decode\(.*
option-blog-public:
check: Option_Value
options:
option: blog_public
value: 1
plugin-active-count:
check: Plugin_Active_Count
plugin-deactivated:
check: Plugin_Deactivated
plugin-update:
check: Plugin_Update
theme-update:
check: Theme_Update
cache-flush:
check: Cache_Flush
php-in-upload:
check: PHP_In_Upload
language-update:
check: Language_Update