Filters the validated user registration details.
Description
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
$result
array
Source
return apply_filters( 'wpmu_validate_user_signup', $result );
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.