Dear All.
I just start reading about hook.
Looks like that every hook made need tobe added to an event.
i.e :
```
add_hook('ClientAdd', 1, 'create_forum_account');
```
I need to make a hook script that triggered by multiple event, I'm sure that it's doable with just adding multiple add_hook lines.
Base on [example here](https://developers.whmcs.com/hooks/sample-hook/) , will the 'eventName' included in $vars ?
-bino-