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



signup_extra_fields › WordPress Action Hooks

Seit3.0.0
Veraltetn/v
do_action( 'signup_extra_fields', $errors )
Parameter:
  • (WP_Error) $errors A WP_Error object containing 'user_name' or 'user_email' errors.
    Erforderlich: Ja
Definiert in:
Codex:

Fires at the end of the new user account registration form.





Quellcode

do_action( 'signup_extra_fields', $errors );