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
Filter Hook: Filters whether the user who generated the nonce is logged out.
Source: wp-includes/pluggable.php:2323
Action Hook: Fires when nonce verification fails.
Source: wp-includes/pluggable.php:2355
Function: Creates a cryptographic token tied to a specific action, user, user session, and window of time.
Source: wp-includes/pluggable.php:2373
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: Performs a safe (local) redirect, using wp_redirect().
Source: wp-includes/pluggable.php:1539
Function: Notifies the blog admin of a user changing password, normally via email.
Source: wp-includes/pluggable.php:2063
Filter Hook: Filters the redirect fallback URL for when the provided redirect is not safe (local).
Source: wp-includes/pluggable.php:1552