You are here

function hook_simplenews_unsubscribe_user in Simplenews 7

Invoked if a user is unsubscribed from a newsletter.

Parameters

$subscriber: The subscriber object including all subscriptions of this user.

$subscription: The subscription object for this specific unsubscribe action.

Related topics

1 function implements hook_simplenews_unsubscribe_user()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

simplenews_rules_simplenews_unsubscribe_user in simplenews_rules/simplenews_rules.module
Implements hook_simplenews_unsubscribe_user().
1 invocation of hook_simplenews_unsubscribe_user()
simplenews_unsubscribe_user in ./simplenews.module
Unsubscribe a user from a mailing list or send a confirmation mail.

File

./simplenews.api.php, line 185
Hooks provided by the Simplenews module.

Code

function hook_simplenews_unsubscribe_user($subscriber, $subscription) {
}