do_action( 'signup_extra_fields', WP_Error $errors )
Fires at the end of the new user account registration form.
Parameters
- $errors
-
A WP_Error object containing 'user_name' or 'user_email' errors.
Source
File: wp-signup.php
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |