add_user(): int|WP_Error In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Creates a new user from the “Users” form using $_POST information. Return int|WP_Error WP_Error or User ID. Source function add_user() { return edit_user(); } View all references View on Trac View on GitHub Related UsesDescriptionedit_user()wp-admin/includes/user.phpEdit user settings based on contents of $_POST Changelog VersionDescription2.0.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.