WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about signup_extra_fields

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-signup.php do_action 308 /**
* Fires at the end of the new user account registration form.
*
* @since 3.0.0
*
* @param WP_Error $errors A WP_Error object containing 'user_name' or 'user_email' errors.
*/

Hook Parameters

Parameter Type Name Description
WP_Error $errors A WP_Error object containing 'user_name' or 'user_email' errors.