Advertisement

wp_check_password

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.

Advertisement

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.

Advertisement

wp_redirect

Redirects to another page.