Creates, stores, then returns a password reset key for user.
wp_get_password_hint
Gets the text suggesting how to create strong passwords.
_wp_get_user_contactmethods
The old private function for setting up user contact methods.
wp_get_user_contact_methods
Set up the user contact methods.
Advertisement
_get_additional_user_keys
Returns a list of meta keys to be (maybe) populated in wp_update_user().
wp_create_user
A simpler way of inserting a user into the database.
wp_update_user
Update a user in the database.
wp_insert_user
Insert a user into the database.
Advertisement
validate_username
Checks whether a username is valid.
email_exists
Determines whether the given email exists.
username_exists
Determines whether the given username exists.
clean_user_cache
Clean all user caches
Advertisement
update_user_caches
Update all user caches
sanitize_user_field
Sanitize user field based on context.
wp_dropdown_users
Create dropdown HTML content of users.