Gets hash of given string.
Parameters
$data
stringrequired- Plain text to hash.
$scheme
stringoptional- Authentication scheme (auth, secure_auth, logged_in, nonce).
Default:
'auth'
Source
/** This filter is documented in wp-includes/pluggable.php */
return apply_filters( 'salt', $cached_salts[ $scheme ], $scheme );
}
endif;
Changelog
Version | Description |
---|---|
2.0.3 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.