WPDev.one
Core Function
View Source on Trac ↗

show_user_form()

show_user_form( mixed $user_name = '', mixed $user_email = '', mixed $errors = '' )

Displays the fields for the new user account registration form.

Parameters 1 required

Name / Type Description
$user_name
string

The entered username.

$user_email
string

The entered email address.

(WP_Error

| string) $errors A WP_Error object containing existing errors. Defaults to empty string.

Required

Return Value

(void)
No return value description available.

Function Information

Since Version
MU (3.0.0)
Source File
wp-signup.php
Advertisement