apply_filters( 'llms_notifications_query_where', string $sql , LLMS_Notifications_Query $notifications_query )
Filters the query WHERE clause.
Parameters Parameters
- $sql
-
(string) The WHERE clause of the query.
- $notifications_query
-
(LLMS_Notifications_Query) Instance of LLMS_Events_Query.
Source Source
File: includes/notifications/class.llms.notifications.query.php
Changelog Changelog
| Version | Description |
|---|---|
| 7.1.0 | Introduced. |