Filters the list of disallowed usernames.
Parameters
$usernamesarray- Array of disallowed usernames.
Source
$illegal_logins = (array) apply_filters( 'illegal_user_logins', array() );
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
Filters the list of disallowed usernames.
$usernamesarray$illegal_logins = (array) apply_filters( 'illegal_user_logins', array() );
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.