File: wp-includes/pluggable.php
-
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.
-
Filters the comment moderation email subject.
-
functionwp_hash()
Gets the hash of the given string.
-
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.
-
Filters whether to notify comment authors of their comments on their own posts.
-
Fires once the Ajax request has been validated or not.
-
Filters the comment notification email text.
-
functionwp_redirect()
Redirects to another page.
-
Filters the comment notification email subject.
-
hookwp_redirect
Filters the redirect location.
-
Filters the comment notification email headers.
-
Filters the redirect HTTP response status code to use.
-
functionwp_notify_moderator()
Notifies the moderator of the site about a new comment that is awaiting approval.
-
functionwp_sanitize_redirect()
Sanitizes a URL for use in a redirect.
-
Filters the list of recipients for comment moderation emails.
-
functionwp_safe_redirect()
Performs a safe (local) redirect, using wp_redirect().
-
Filters the comment moderation email text.
-
functionwp_validate_redirect()
Validates a URL for use in a redirect.
-
Filters the list of allowed hosts to redirect to.
-
functionwp_notify_postauthor()
Notifies an author (and/or others) of a comment/trackback/pingback on a post.
-
Filters the list of email addresses to receive a comment notification.
-
Fires immediately before the logged-in authentication cookie is set.