File: wp-includes/pluggable.php
-
Filters the arguments for PHPMailer’s addEmbeddedImage() method.
-
Filters whether the password hash needs to be rehashed.
-
Filters the hashing algorithm to use in the password_hash() and password_needs_rehash() functions.
-
Filters the options passed to the password_hash() and password_needs_rehash() functions.
-
functionwp_password_needs_rehash()
Checks whether a password hash needs to be rehashed.
-
hookwp_set_password
Fires after the user password is set.
-
Filters whether the admin is notified of a new user registration.
-
Filters whether the user is notified of their 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 new user notification email sent to the new user.
-
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.
-
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.
-
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_set_password()
Updates the user’s password with a new hashed one.
-
functionget_avatar()
Retrieves the avatar “ tag for a user, email address, MD5 hash, comment, or post.
-
functionwp_salt()
Returns a salt to add to hashes.
-
hooksalt
Filters the WordPress salt.
-
Filters the comment moderation email subject.
-
functionwp_hash()
Gets the hash of the given string.
-
Filters the comment moderation email headers.