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