function notifications_scheduler_new_posts_action in Notifications 7
Action callback
Parameters
$job,: Job object from job_scheduler
1 string reference to 'notifications_scheduler_new_posts_action'
- notifications_scheduler_notifications in notifications_scheduler/
notifications_scheduler.module - Implements hook_notifications().
File
- notifications_scheduler/
notifications_scheduler.module, line 169 - Notifications scheduler module
Code
function notifications_scheduler_new_posts_action($job, $context, $a1, $a2) {
return notifications_scheduler_default_action($job, $context, $a1, $a2);
}