API/functions/wp salt
From bbPulp
| Function | |
|---|---|
| wp_salt | |
| File: | /bb-includes/pluggable.php |
| Class: | none |
| Pluggable: | yes |
| Introduced: | revision 448 |
| Deprecated: | no |
[edit] Description
string wp_salt ( void )
Creates a string that is unique to the installation.
[edit] Return values
If there is an explicit salt set in the database, then that string is returned. Otherwise a unique string is made by concatenating the constants; BBDB_PASSWORD, BBDB_USER, BBDB_NAME, BBDB_HOST, BBPATH
[edit] Plugins that redefine this function
None

