You are here

function hook_simplenews_subscriber_insert in Simplenews 7.2

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

Act after a new subscriber has been created.

Related topics

File

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

Code

function hook_simplenews_subscriber_insert(SimplenewsSubscriber $subscriber) {
}