signup_user
signup_user ( $user_name = '', $user_email = '', $errors = '' )
Parameters:- (string) user_name The username.
- (string) user_email The user's email.
- (WP_Error|string) errors A WP_Error object containing existing errors. Defaults to empty string.
Defined at:Change Log: - Introduced in WordPress: —
- Deprecated in WordPress: —
Description
Shows a form for a visitor to sign up for a new user account.