function hook_classified_notify_alter in Classified Ads 7.3
Allow modules to modify notifications due to be sent.
Parameters
array $ads_bunch: A uid-indexed array of ad nodes.
string $kind: A notification kind, from the list in _classified_get_notify_kinds().
See also
\classified_notifications_classified_notify_alter()
1 function implements hook_classified_notify_alter()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- classified_notifications_classified_notify_alter in modules/
classified_notifications/ classified_notifications.module - Implements hook_classified_notify_alter().
2 invocations of hook_classified_notify_alter()
- _classified_scheduled_build_notify in ./
classified.scheduled.inc - Build one of the various notification lists.
- _classified_scheduled_build_notify in ./
classified.scheduled.inc - Build one of the various notification lists.
File
- ./
classified.api.php, line 30 - API documentation for Classified Ads module.
Code
function hook_classified_notify_alter(array $ads_bunch, $kind) {
}