apply_filters( 'wpmu_validate_user_signup', array $result )
Filters the validated user registration details.
Description 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 Parameters
Source Source
Changelog Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |