Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/user.php | apply_filters | 1992 | /** * Filters whether the provided username is valid. * * @since 2.0.1 * * @param bool $valid Whether given username is valid. * @param string $username Username to check. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $valid | Whether given username is valid. |
string | $username | Username to check. |