File: wp-includes/user.php
-
Fires when a password reset key is generated.
-
Filters the subject of the password reset email.
-
Filters the message body of the password reset mail.
-
functionretrieve_password()
Handles sending a password retrieval email to a user.
-
Fires before errors are returned from a password reset request.
-
Sends a confirmation request email when a change of user email address is attempted.
-
Filters the text of the email sent when a change of user email address is attempted.
-
functionnew_user_email_admin_notice()
Adds an admin notice alerting the user to check for confirmation request email after email address change.
-
hookmake_spam_user
Fires after the user is marked as a SPAM user.
-
hookmake_ham_user
Fires after the user is marked as a HAM user. Opposite of SPAM.
-
Filters the current 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.
-
functionwp_get_user_contact_methods()
Sets up the user contact methods.
-
Filters the user contact methods.
-
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 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.
-
Filters a user’s nicename before the user is created or updated.
-
hookpre_user_url
Filters a user’s URL before the user is created or updated.
-
hookuser_{$field}
Filters the value of a user field in a standard context.