CARVIEW |
File: wp-includes/pluggable.php
-
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.
-
Filters whether the 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 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 hashed 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.
-
Filters the comment moderation email headers.
-
functionwp_hash_password()
Creates a hash of a plain text password.
-
Notifies the blog admin of a user changing password, normally via email.
-
functionwp_check_password()
Checks a plaintext password against a hashed password.
-
functionwp_new_user_notification()
Emails login credentials to a newly-registered user.
-
hookcheck_password
Filters whether the plaintext password matches the hashed password.