bp_email_get_salt()
Get a persistent salt for email unsubscribe links.
Description Description
Return Return
(string|null) Returns null if value isn't set, otherwise string.
Source Source
File: bp-core/bp-core-functions.php
function bp_email_get_salt() { return bp_get_option( 'bp-emails-unsubscribe-salt', null ); }
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |