mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
14 lines
421 B
JSON
14 lines
421 B
JSON
{
|
|
"name": "WP-SlimStat",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "A lightwight but powerful real-time web analytics plugin for WordPress",
|
|
"website": "https://wordpress.org/extend/plugins/wp-slimstat/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[set-cookie]",
|
|
"regexp": "(?-mix:slimstat_tracking_code=[a-f\\d]{32};)"
|
|
}
|
|
]
|
|
}
|