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: ''


Top ↑

Return Return

(bool) True if the user has opted out, false otherwise.


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
8.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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