From b51462382fc5cb7f254313e9c8298f006e787101 Mon Sep 17 00:00:00 2001 From: costdev Date: Tue, 5 Nov 2024 22:40:35 +0000 Subject: [PATCH] Add `AP_REMOVE_BRANDING` to `README.md`. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49b5d1d..49f811f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ The plugin can use the following configuration options in wp-config.php: | AP_DEBUG_TYPES | an array of debug modes | array('string', 'request', 'response') | | AP_DISABLE_SSL | Disabled SSL verification for local testing | true | | AP_REMOVE_UI | Disables plugin settings user interface, defaults to config parameters set in wp-config.php | false | +| AP_REMOVE_BRANDING | Disables branded notices displayed on various screens | false | To set AP_DEBUG_TYPES use an array to define the constant: