do_action( 'signup_extra_fields', WP_Error $errors ) Fires at the end of the new user account registration form. ContentsParameters Source Related Used By Changelog User Contributed Notes Parameters $errors (WP_Error) A WP_Error object containing 'user_name' or 'user_email' errors. Top ↑Source File: wp-signup.php View on Trac Top ↑Related Top ↑Used By Used By Used By Description wp-signup.php: show_user_form() Displays the fields for the new user account registration form. Top ↑Changelog Changelog Version Description 3.0.0 Introduced. Top ↑User Contributed Notes You must log in before being able to contribute a note or feedback.
Top ↑Used By Used By Used By Description wp-signup.php: show_user_form() Displays the fields for the new user account registration form.