bp_user_has_opted_out( string $email_address = '' )
Check an email address to see if that individual has opted out.
Description Description
Parameters Parameters
- $email_address
-
(Optional) Email address to check.
Default value: ''
Return Return
(bool) True if the user has opted out, false otherwise.
Source Source
File: bp-core/bp-core-functions.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |