show_user_form
show_user_form ( $user_name = '', $user_email = '', $errors = '' )
Parameters:- (string) user_name The entered username.
- (string) user_email The entered email address.
- (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
Displays the fields for the new user account registration form.