You are here

function hook_contact_save_message_first_read in Contact Save 7

A contact form message has been read for the first time.

This hook is fired only once for a message, the first time the message is read.

Parameters

int $message_id: The message ID of the message that was read.

1 invocation of hook_contact_save_message_first_read()
contact_save_contact_save_message_read in ./contact_save.module
Implements hook_contact_save_message_read().

File

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

Code

function hook_contact_save_message_first_read($message_id) {
}