apply_filters( 'llms_notifications_query_default_args', array $args , LLMS_Notifications_Query $notifications_query )
Filters the notifications query’s default args.
Parameters Parameters
- $args
-
(array) Array of default arguments to set up the query with.
- $notifications_query
-
(LLMS_Notifications_Query) Instance of
LLMS_Notifications_Query.
Source Source
File: includes/notifications/class.llms.notifications.query.php
Changelog Changelog
| Version | Description |
|---|---|
| 7.1.0 | Added $notifications_query parameter. |
| 3.8.0 | Introduced. |