Description
Filters the WordPress salt.
Occurrences
Filename | Line Number |
---|---|
wp-includes/pluggable.php | 2436 |
wp-includes/pluggable.php | 2501 |
Parameters
Type | Name | Description |
---|---|---|
string | $cached_salt | Cached salt for the given scheme. |
string | $scheme | Authentication scheme. Values include 'auth', 'secure_auth', 'logged_in', and 'nonce'. |
PHP Doc
/**
* Filters the WordPress salt.
*
* @since 2.5.0
*
* @param string $cached_salt Cached salt for the given scheme.
* @param string $scheme Authentication scheme. Values include 'auth',
* 'secure_auth', 'logged_in', and 'nonce'.
*/