apply_filters( ‘illegal_user_logins’, array $usernames )

In this article

Filters the list of disallowed usernames.

Parameters

$usernamesarray
Array of disallowed usernames.

Source

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

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

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