function hook_invite_accept in Invite 7.2
Same name and namespace in other branches
- 7.4 invite.api.php \hook_invite_accept()
Respond to an invitation acceptance.
This hook is invoked right after a user account has been created by using an invitation.
Parameters
$invite: The invite object that has just been accepted.
$accout: The newly created user account.
1 invocation of hook_invite_accept()
- invite_user_insert in ./
invite.module - Implements hook_user_insert().
File
- ./
invite.api.php, line 48 - API documentation for Invite module.
Code
function hook_invite_accept($invite, $accout) {
}