File: wp-includes/pluggable.php
-
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.
-
Filters the comment moderation email subject.
-
functionwp_hash()
Gets the hash of the given string.
-
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.
-
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.
-
Filters whether the auth cookie should only be sent over HTTPS.