You are here

function hook_simplenews_spooled in Simplenews 7

Act after a newsletter has been spooled.

Parameters

$node: The node that has just been spooled.

1 invocation of hook_simplenews_spooled()
simplenews_add_node_to_spool in includes/simplenews.mail.inc
Add the newsletter node to the mail spool.

File

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

Code

function hook_simplenews_spooled($node) {
}