do_action( ‘signup_extra_fields’, WP_Error $errors )

In this article

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

Parameters

$errorsWP_Error
A WP_Error object containing 'user_name' or 'user_email' errors.

Source

do_action( 'signup_extra_fields', $errors );

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.