Checks the plaintext password against the encrypted Password.
wp_hash_password
Create a hash (encrypt) of a plain text password.
wp_hash
Get hash of given string.
wp_salt
Returns a salt to add to hashes.
Advertisement
wp_create_nonce
Creates a cryptographic token tied to a specific action, user, user session, and window of time.
wp_verify_nonce
Verifies that a correct security nonce was used with time limit.
wp_nonce_tick
Returns the time-dependent variable for nonce creation.
wp_new_user_notification
Email login credentials to a newly-registered user.
Advertisement
wp_password_change_notification
Notify the blog admin of a user changing password, normally via email.
wp_notify_moderator
Notifies the moderator of the site about a new comment that is awaiting approval.
wp_notify_postauthor
Notify an author (and/or others) of a comment/trackback/pingback on a post.
wp_validate_redirect
Validates a URL for use in a redirect.
Advertisement
wp_safe_redirect
Performs a safe (local) redirect, using wp_redirect().
wp_sanitize_redirect
Sanitizes a URL for use in a redirect.
wp_redirect
Redirects to another page.