apply_filters( 'salt', string $cached_salt , string $scheme )
Filters the WordPress salt.
Description Description
Parameters Parameters
- $cached_salt
-
(string) Cached salt for the given scheme.
- $scheme
-
(string) Authentication scheme. Values include 'auth', 'secure_auth', 'logged_in', and 'nonce'.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |