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.


Top ↑

Source Source

File: includes/notifications/class.llms.notifications.query.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
7.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.