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.


Top ↑

Source Source

File: bp-core/bp-core-functions.php

function bp_email_get_salt() {
	return bp_get_option( 'bp-emails-unsubscribe-salt', null );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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