add_user()
Creates a new user from the “Users” form using $_POST information.
Return
Source
File: wp-admin/includes/user.php
function add_user() {
return edit_user();
}
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
Creates a new user from the “Users” form using $_POST information.
File: wp-admin/includes/user.php
function add_user() {
return edit_user();
}
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |