wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wpmu_validate_user_signup › WordPress Filter Hooks

SeitMU (3.0.0)
Veraltetn/v
apply_filters( 'wpmu_validate_user_signup', $result )
Parameter:
  • (array) $result { The array of user name, email, and the error messages. @type string $user_name Sanitized and unique username. @type string $orig_username Original username. @type string $user_email User email address. @type WP_Error $errors WP_Error object containing any errors found. }
    Erforderlich: Ja
Definiert in:
Codex:

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.





Quellcode

return apply_filters( 'wpmu_validate_user_signup', $result );