wp_generate_password()
Function: Generates a random password drawn from the defined set of characters.
Source: wp-includes/pluggable.php:2711
Function: Generates a random password drawn from the defined set of characters.
Source: wp-includes/pluggable.php:2711
Filter Hook: Filters the randomly-generated password.
Source: wp-includes/pluggable.php:2736
Function: Generates a random non-negative number.
Source: wp-includes/pluggable.php:2756
Function: Updates the user’s password with a new encrypted one.
Source: wp-includes/pluggable.php:2845
Function: Retrieves the avatar `` tag for a user, email address, MD5 hash, comment, or post.
Source: wp-includes/pluggable.php:2913
Filter Hook: Allows the HTML for a user’s avatar to be returned early.
Source: wp-includes/pluggable.php:2971
Filter Hook: Filters the HTML for a user’s avatar.
Source: wp-includes/pluggable.php:3066
Function: Displays a human readable HTML representation of the difference between two strings.
Source: wp-includes/pluggable.php:3100
Function: Gets hash of given string.
Source: wp-includes/pluggable.php:2512
Function: Creates a hash (encrypt) of a plain text password using PHP’s PASSWORD_DEFAULT hashing algorithm.
Source: wp-includes/pluggable.php:2531