wp_hash_password


wp_hash_password ( $password )

Parameters:
  • (string) password Plain text user password to hash.
Returns:
  • (string) The hash string of the password.
Defined at:

Description

Creates a hash (encrypt) of a plain text password.For integration with other applications, this function can be overwritten to instead use the other package password checking algorithm.

Related Functions

wp_set_password, wp_check_password, wp_generate_password, wp_lostpassword_url, reset_password

Top Google Results

User discussions

wpseek mobile