API/functions/wp hash
From bbPulp
| Function | |
|---|---|
| wp_hash | |
| File: | /bb-includes/pluggable.php |
| Class: | none |
| Pluggable: | yes |
| Introduced: | revision 448 |
| Deprecated: | no |
[edit] Description
string wp_hash ( string $data )
Creates an MD5 hash of the given data using the salt defined by the function wp_salt.
[edit] Parameters
- data
- The string for which an MD5 hash will be calculated.
[edit] Return values
Returns a string that is the MD5 hash.
[edit] Plugins that redefine this function
None

