Lines Matching refs:notification
73 … $notifications_data['notifications'] = array_filter($notifications, function ($notification) {
74 return array_key_exists('id', $notification);
112 foreach ($notifications as $notification) {
113 $plugin = $notification['plugin'];
114 $id = $notification['id'];
116 $new_notifications[] = $notification;
142 foreach ($new_notifications as $notification) {
143 $content = $notification['full'];
144 $timestamp = $notification['timestamp'];
189 foreach ($notifications as $notification) {
190 $plugin = $notification['plugin'];
191 $id = $notification['id'];