Uses
Uses | Description |
---|---|
wp-includes/user.php: illegal_user_logins | Filters the list of disallowed usernames. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/user.php: validate_username() | Checks whether a username is valid. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |