apply_filters( 'llms_notifications_query_get_notifications', array $notifications , LLMS_Notifications_Query $notifications_query )
Filters the list of notifications.
Parameters Parameters
- $notifications
-
(array) Array of LLMS_Notification instances.
- $notifications_query
-
(LLMS_Notifications_Query) Instance of
LLMS_Notifications_Query.
Source Source
File: includes/notifications/class.llms.notifications.query.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.8.0 | Introduced. |