You are here

function hook_contact_save_message_insert in Contact Save 7

A new contact form message has been saved.

This hook is fired once, when a new message has been saved to the database.

Parameters

int $message_id: The message ID of the newly saved message.

1 invocation of hook_contact_save_message_insert()
contact_save_mail_alter in ./contact_save.module
Implements hook_mail_alter().

File

./contact_save.api.php, line 15
Hooks provided by the Contact Save module.

Code

function hook_contact_save_message_insert($message_id) {
}