Action hook 'signup_extra_fields'

in WP Core File wp-signup.php at line 308

Description

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

Occurrences

Filename Line Number
wp-signup.php 308

Parameters

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

PHP Doc

/**
	 * 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.
	 */