wpmu_validate_user_signup WordPress Filter Hook
The wpmu_validate_user_signup hook is used to validate new user signups on a WordPress Multisite installation. This hook is called before a new user is created, and can be used to cancel the user creation if necessary.
apply_filters( 'wpmu_validate_user_signup', array $result ) #
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
Source
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |