WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about validate_username

Back to home

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.