Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
9 | function delete_old_notif_init() { |
||
10 | elgg_register_library('elgg:old_notification:functions', elgg_get_plugins_path() . 'delete_old_notif/lib/functions.php'); |
||
11 | elgg_register_plugin_hook_handler('cron', 'weekly', 'delete_weekly_cron_handler', 100); |
||
12 | elgg_register_event_handler('pagesetup', 'system', 'delete_old_notif_pagesetup'); |
||
13 | } |
||
14 | |||
30 | } |