Archive | /wp-includes/registration.php RSS feed for this section

wp_update_user

Update an user in the database.It is possible to update a user’s password by specifying the ‘user_pass’ value in the $userdata parameter array.

4245

Continue reading

wp_create_user

A simpler way of inserting an user into the database.Creates a new user with just the username, password, and email. For a more detail creation of a user, use wp_insert_user() to specify more infomation.

3521

Continue reading