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: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —
Description
Create 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.