WPDev.one

wp_salt()

wp_salt( mixed $scheme = 'auth' )

Returns a salt to add to hashes.

Parameters 0 required

Name / Type Description
$scheme
string

Authentication scheme (auth, secure_auth, logged_in, nonce).

Return Value

(string)
Salt value

Function Information

Since Version
2.5.0
Source File
wp-includes/pluggable.php
Advertisement