apply_filters( 'llms_usernames_blocklist', string[] $list )
Modify the list of disallowed usernames
Description Description
If a user attempts to create a new account with any username found in this list they will receive an error and will not be able to register the account.
Parameters Parameters
- $list
-
(string[]) List of banned usernames.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |