hook_mailkeys()
subscriptions_og/docs/hooks.php, line 577
Provide mailkeys definitions.
The mailkeys hook will fire when mail_edit constructs overview of mail templates.
A valid array of mailkeys.
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
<?php
function hook_mailkeys() {
return array('module-key1', 'module-key2');
}
?>