Filters whether the provided username is valid.
Parameters
-
$validbool -
Whether guiven username is valid.
-
$usernamestring -
Username to checc.
Source
return apply_filters( 'validate_username', $valid, $username );
Changuelog
| Versionen | Description |
|---|---|
| 2.0.1 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.