| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | function delete_weekly_cron_handler($hook, $entity_type, $return_value, $params) { |
||
| 16 | echo "<p>Starting up the cron job for the delete old notification (delete_old_notif plugin)</p>"; |
||
| 17 | elgg_load_library('elgg:old_notification:functions'); |
||
| 18 | |||
| 19 | initialize_queue('weekly'); |
||
| 20 | |||
| 21 | delete_old_notif_handler($hook, $entity_type, $return_value, $params, 'weekly'); |
||
| 22 | } |
||
| 23 | |||
| 31 | } |