WPDev.one
Core Function
View Source on Trac ↗

wp_hash_password()

wp_hash_password( mixed $password )

Creates a hash of a plain text password.

Parameters 1 required

Name / Type Description
$password
string

Plain text user password to hash.

Required

Return Value

(string)
The hash string of the password.

Function Information

Since Version
2.5.0
Source File
wp-includes/pluggable.php
Advertisement