apply_filters( 'salt', string $cached_salt, string $scheme )

Filters the ClassicPress 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

File: wp-includes/pluggable.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.5.0 Introduced.