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