apply_filters( 'illegal_user_logins', array $usernames )

Filters the list of disallowed usernames.


Parameters

$usernames array
Array of disallowed usernames.

Top ↑

Source

File: wp-includes/user.php. View all references

$illegal_logins = (array) apply_filters( 'illegal_user_logins', array() );


Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.