File: wp-includes/pluggable.php
-
hookwp_set_password
Fires after the user password is set.
-
Filters whether the user is notified of their new user registration.
-
Filters whether the admin is notified of a new user registration.
-
Fires after PHPMailer has successfully sent an email.
-
hookpre_wp_mail
Filters whether to preempt sending an email.
-
hookx_redirect_by
Filters the X-Redirect-By header.
-
Filters the contents of the password change notification email sent to the site admin.
-
Filters the contents of the new user notification email sent to the site admin.
-
Filters the contents of the new user notification email sent to the new user.
-
Allows preventing auth cookies from actually being sent to the client.
-
Fires when nonce verification fails.
-
hooknotify_moderator
Filters whether to send the site moderator email notifications, overriding the site setting.
-
hookwp_mail_failed
Fires after a PHPMailer\PHPMailer\Exception is caught.
-
Filters the redirect fallback URL for when the provided redirect is not safe (local).
-
hookpre_get_avatar
Allows the HTML for a user’s avatar to be returned early.
-
Fires if a bad session token is encountered.
-
functionwp_set_password()
Updates the user’s password with a new encrypted one.
-
functionget_avatar()
Retrieves the avatar “ tag for a user, email address, MD5 hash, comment, or post.
-
hookget_avatar
Filters the HTML for a user’s avatar.
-
functionwp_text_diff()
Displays a human readable HTML representation of the difference between two strings.
-
functionwp_nonce_tick()
Returns the time-dependent variable for nonce creation.
-
functionwp_generate_password()
Generates a random password drawn from the defined set of characters.
-
hooknonce_life
Filters the lifespan of nonces in seconds.
-
hookrandom_password
Filters the randomly-generated password.
-
functionwp_verify_nonce()
Verifies that a correct security nonce was used with time limit.
-
functionwp_rand()
Generates a random non-negative number.
-
Filters whether the user who generated the nonce is logged out.
-
functionwp_create_nonce()
Creates a cryptographic token tied to a specific action, user, user session, and window of time.
-
functionwp_salt()
Returns a salt to add to hashes.
-
hooksalt
Filters the WordPress salt.