Determines whether the query is for an existing custom taxonomy archive page.
get_avatar
Filters the avatar to retrieve.
get_avatar
Retrieve the avatar `` tag for a user, email address, MD5 hash, comment, or post.
wp_set_password
Updates the user’s password with a new encrypted one.
Advertisement
wp_generate_password
Generates a random password drawn from the defined set of characters.
check_password
This filter is documented in wp-includes/pluggable.php
wp_check_password
Checks the plaintext password against the encrypted Password.
wp_hash_password
Create a hash (encrypt) of a plain text password.
Advertisement
salt
This filter is documented in wp-includes/pluggable.php
wp_salt
Returns a salt to add to hashes.
wp_nonce_tick
Returns the time-dependent variable for nonce creation.
nonce_life
Filters the lifespan of nonces in seconds.
Advertisement
check_admin_referer
Ensures intent by verifying that a user was referred from another admin page with the correct security nonce.
wp_clear_auth_cookie
Removes all of the cookies associated with authentication.
set_auth_cookie
Fires immediately before the authentication cookie is set.