wpmu_validate_user_signup – filter
Filters the validated user registration details. This does not allow you to override the username or email of the user during registration. The values are solely used for validation and error handling.
Parameters
- (3.0.0)
- ( MU ) . . .
- $result
- ( array ) { The array of user name, email, and the error messages. . . .
- ( string ) $user_name Sanitized and unique username. . . .
- ( string ) $orig_username Original username. . . .
- ( string ) $user_email User email address. . . .
- $errors
- ( WP_Error ) WP_Error object containing any errors found. } . . .