You are here

function hook_simplenews_subscriber_delete in Simplenews 7

Same name and namespace in other branches
  1. 8.2 simplenews.api.php \hook_simplenews_subscriber_delete()
  2. 8 simplenews.api.php \hook_simplenews_subscriber_delete()
  3. 7.2 simplenews.api.php \hook_simplenews_subscriber_delete()
  4. 3.x simplenews.api.php \hook_simplenews_subscriber_delete()

Act after a subscriber has been deleted.

Related topics

1 invocation of hook_simplenews_subscriber_delete()
simplenews_subscriber_delete in ./simplenews.module
Delete subscriber and corresponding subscriptions from the database.

File

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

Code

function hook_simplenews_subscriber_delete($subscriber) {
}