Uses
Uses | Description |
---|---|
wp-includes/compat.php: hash_equals() | Timing attack safe string comparison |
wp-includes/pluggable.php: wp_set_password() | Updates the user’s password with a new encrypted one. |
wp-includes/pluggable.php: wp_hash_password() | Create a hash (encrypt) of a plain text password. |
wp-includes/pluggable.php: check_password | Filters whether the plaintext password matches the encrypted password. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |