Filters whether the provided username is valid.
Parameters
$valid
bool- Whether given username is valid.
$username
string- Username to check.
Source
return apply_filters( 'validate_username', $valid, $username );
Changelog
Version | Description |
---|---|
2.0.1 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.