We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc5117 commit ae6023eCopy full SHA for ae6023e
README.md
@@ -174,6 +174,18 @@ var_dump($ASSC->removeFromBlacklists($clientIp)); // @return bool
174
var_dump($ASSC->purgeBlacklistsFile()); // @return bool
175
```
176
177
+- **Whitelisting files/path from filterFile() rejection**
178
+
179
+```php
180
+var_dump($ASSC->whitelistFile('wp-admin.php')); // @return bool
181
+```
182
183
+- **Restoring filterFile() rules to default**
184
185
186
+var_dump($ASSC->restoreFilterFiles()); // @return bool
187
188
189
## Changelog
190
191
Please see the [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
0 commit comments