apply_filters( 'llms_student_query_join', string $sql , LLMS_Student_Query $student_query )
Filters the query JOIN clause
Description Description
Parameters Parameters
- $sql
-
The JOIN clause of the query.
- $student_query
-
Instance of LLMS_Student_Query.
Source Source
File: includes/class.llms.student.query.php
Changelog Changelog
Version | Description |
---|---|
3.13.0 | Introduced. |