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

is_user_member_of_blog

Find out whether a user is a member of a given blog.

16682

Continue reading

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.

11051

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 more complex user creation use wp_insert_user() to specify more information.

10657

Continue reading