@package: Users
-
Filters the user contact methods.
-
Constructor.
-
function_wp_get_user_contactmethods()
The old private function for setting up user contact methods.
-
functioncheck_password_reset_key()
Retrieves a user row based on password reset key and login.
-
Filters the return value of check_password_reset_key() when an old-style key or an expired key is used.
-
functionreset_password()
Handles resetting the user’s password.
-
hookprofile_update
Fires immediately after an existing user is updated.
-
hookpassword_reset
Fires before the user’s password is reset.
-
hookuser_register
Fires immediately after a new user is registered.
-
functionregister_new_user()
Handles registering a new user.
-
functionwp_update_user()
Updates a user in the database.
-
Filters the email address of a user being registered.
-
functionwp_create_user()
Provides a simpler way of inserting a user into the database.
-
hookregister_post
Fires when submitting registration form data, before the user is created.
-
function_get_additional_user_keys()
Returns a list of meta keys to be (maybe) populated in wp_update_user().
-
Filters the errors encountered when a new user is being registered.
-
hookpre_user_email
Filters a user’s email before the user is created or updated.
-
functionupdate_user_caches()
Updates all user caches.
-
Filters a user’s nickname before the user is created or updated.
-
functionclean_user_cache()
Cleans all user caches.
-
Filters a user’s first name before the user is created or updated.
-
functionusername_exists()
Determines whether the given username exists.
-
Filters a user’s last name before the user is created or updated.
-
functionemail_exists()
Determines whether the given email exists.
-
Filters a user’s display name before the user is created or updated.
-
functionvalidate_username()
Checks whether a username is valid.
-
Filters a user’s description before the user is created or updated.
-
Filters whether the provided username is valid.
-
functionwp_insert_user()
Inserts a user into the database.
-
hookpre_user_login
Filters a username after it has been sanitized.