apply_filters( 'llms_student_query_having', string $sql , LLMS_Student_Query $student_query )
Filters the query HAVING clause
Parameters Parameters
- $sql
-
(string) The HAVING clause of the query.
- $student_query
-
(LLMS_Student_Query) Instance of LLMS_Student_Query.