-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfilters.sample.json
More file actions
84 lines (84 loc) · 1.42 KB
/
filters.sample.json
File metadata and controls
84 lines (84 loc) · 1.42 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[
{
"patterns": [
".*"
],
"locations": [
"frontend"
],
"disabled_plugins": [
"jetpack/jetpack.php",
"tablepress/tablepress.php"
]
},
{
"patterns": [
".*\\/solutions\\/bale-packing\\/bale-packing-system",
".*\\/news\\/to-pack-better-round-bales-vs-square"
],
"locations": [
"frontend"
],
"enabled_plugins": [
"tablepress/tablepress.php"
]
},
{
"patterns": [
".*\\/news\\/.+$"
],
"locations": [
"frontend"
],
"enabled_plugins": [
"jetpack/jetpack.php"
]
},
{
"patterns": [
".*admin\\.php\\?page=(support-queues|bbps_management_dashboard|bbps-stats-dashboard.*)"
],
"locations": [
"backend"
],
"disabled_plugins": [
"woothemes-updater/woothemes-updater.php",
"wp-polls/wp-polls.php"
]
},
{
"patterns": [
"wpv_get_archive_query_results",
"add_to_cart"
],
"locations": [
"ajax"
],
"disabled_plugins": [
"wp-cron-cleaner/wp-cron-cleaner.php",
"wp-polls/wp-polls.php"
]
},
{
"patterns": [
"cron event run kagg_w2f_update_ban"
],
"locations": [
"cli"
],
"disabled_plugins": [
"akismet/akismet.php"
]
},
{
"patterns": [
"wp.getAuthors"
],
"locations": [
"xml-rpc"
],
"disabled_plugins": [
"quform/quform.php"
]
}
]