wp_hash_password()
Function: Creates a hash (encrypt) of a plain text password using PHP’s PASSWORD_DEFAULT hashing algorithm.
Source: wp-includes/pluggable.php:2531
Function: Creates a hash (encrypt) of a plain text password using PHP’s PASSWORD_DEFAULT hashing algorithm.
Source: wp-includes/pluggable.php:2531
Function: Checks the plaintext password against the encrypted Password.
Source: wp-includes/pluggable.php:2596
Function: Returns a salt to add to hashes.
Source: wp-includes/pluggable.php:2421
Filter Hook: Filters the WordPress salt.
Source: wp-includes/pluggable.php:2433
Function: Returns the time-dependent variable for nonce creation.
Source: wp-includes/pluggable.php:2280
Filter Hook: Filters the lifespan of nonces in seconds.
Source: wp-includes/pluggable.php:2290
Function: Sets the authentication cookies based on user ID.
Source: wp-includes/pluggable.php:967
Action Hook: Fires immediately before the authentication cookie is set.
Source: wp-includes/pluggable.php:1050
Function: Removes all of the cookies associated with authentication.
Source: wp-includes/pluggable.php:1119
Function: Authenticates a user, confirming the login credentials are valid.
Source: wp-includes/pluggable.php:598