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
-
List of banned usernames.
Source Source
File: includes/functions/llms.functions.person.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |