File: wp-includes/pluggable.php
-
Filters the comment moderation email subject.
-
functionwp_hash()
Gets hash of 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 encrypted 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.
-
functionwp_clear_auth_cookie()
Removes all of the cookies associated with authentication.
-
Fires just before the authentication cookies are cleared.
-
functionis_user_logged_in()
Determines whether the current visitor is a logged in user.
-
hookauth_cookie
Filters the authentication cookie.