Summery Summery
Get hash of given string.
Syntax Syntax
Parameters Parameters
- $data
-
(Required) Plain text to hash
- $scheme
-
(Optional) Authentication scheme (auth, secure_auth, logged_in, nonce)
Default value: 'auth'
Return Return
(string) Hash of $data
Source Source
File: wp-includes/pluggable.php
if ( ! function_exists( 'wp_hash' ) ) : /** * Get hash of given string. *
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.0.3 | Introduced. |