function hook_invite_send in Invite 7.2
Same name and namespace in other branches
- 7.4 invite.api.php \hook_invite_send()
Respond to an invitation being sent out.
This hook is invoked right after an invitation has been created and sent out.
Parameters
$invite: The invite object that has just been created.
$send: TRUE, if an invitation email has been sent; FALSE, if only a registration link has been generated.
1 invocation of hook_invite_send()
- invite_send in ./
invite.module - Send an invite.
File
- ./
invite.api.php, line 23 - API documentation for Invite module.
Code
function hook_invite_send($invite, $send) {
}