Advertisement

wp_text_diff

Displays a human readable HTML representation of the difference between two strings.

pre_get_avatar

Filters whether to retrieve the avatar URL early.

get_avatar

Filters the avatar to retrieve.

get_avatar

Retrieve the avatar `` tag for a user, email address, MD5 hash, comment, or post.

Advertisement

wp_set_password

Updates the user’s password with a new encrypted one.

wp_rand

Generates a random number.

random_password

Filters the randomly-generated password.

wp_generate_password

Generates a random password drawn from the defined set of characters.

Advertisement

check_password

This filter is documented in wp-includes/pluggable.php

wp_check_password

Checks the plaintext password against the encrypted Password.

wp_hash

Get hash of given string.

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_create_nonce

Creates a cryptographic token tied to a specific action, user, user session, and window of time.