salt WordPress Filter Hook
The salt Wordpress hook is a powerful tool for customizing your Wordpress site. With it, you can add custom code to your site without having to edit any of your theme files. This hook is especially useful for adding custom functions to your site, such as customizing the way your posts are displayed.
apply_filters( 'salt', string $cached_salt , string $scheme ) #
Filters the WordPress salt.
Parameters
- $cached_salt
(string)Cached salt for the given scheme.
- $scheme
(string)Authentication scheme. Values include 'auth', 'secure_auth', 'logged_in', and 'nonce'.
Source
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |