Uses
| Uses | Description |
|---|---|
| wp-admin/includes/user.php: edit_user() | Edit user settings based on contents of $_POST |
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. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/add_user