Skip to content

Commit ae6023e

Browse files
authored
Update README.md
1 parent 9bc5117 commit ae6023e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,18 @@ var_dump($ASSC->removeFromBlacklists($clientIp)); // @return bool
174174
var_dump($ASSC->purgeBlacklistsFile()); // @return bool
175175
```
176176
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+
```php
186+
var_dump($ASSC->restoreFilterFiles()); // @return bool
187+
```
188+
177189
## Changelog
178190
179191
Please see the [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

0 commit comments

Comments
 (0)