From ca6f7fcf8dde6d6e46a4bc23eef50529e4ef2100 Mon Sep 17 00:00:00 2001 From: Jesse Nickles Date: Mon, 17 Dec 2018 01:31:35 -0800 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 5e8f21b..8e55e9a 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,14 @@ Removes all query strings from static resources meaning that proxy servers and b * [Plugin Homepage (LittleBizzy.com)](https://www.littlebizzy.com/plugins/remove-query-strings) * [Free Facebook Group](https://www.facebook.com/groups/littlebizzy/) +### Defined Constants + + /* Plugin Meta */ + define('DISABLE_NAG_NOTICES', true); + + /* Remove Query Strings Functions */ + define('REMOVE_QUERY_STRINGS_ARGS', 'v,ver,version'); + ### Support Issues *Please do not submit Pull Requests. Instead, kindly create a new Issue with relevant information if you are an experienced developer, otherwise post your comments in our free Facebook group.*