You are here

function hook_simplenews_subscriber_update in Simplenews 7

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

Act after a subscriber is updated.

Related topics

1 invocation of hook_simplenews_subscriber_update()
simplenews_subscriber_save in ./simplenews.module
Store subscriber object in the database.

File

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

Code

function hook_simplenews_subscriber_update($subscriber) {
}