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'.


Top ↑

Source Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.