apply_filters( 'llms_student_query_search', string $sql , LLMS_Student_Query $student_query )
Filters the part of the SQL query that performs the search.
Description Description
Parameters Parameters
- $sql
-
The SQL part that performs the search.
- $student_query
-
Instance of LLMS_Student_Query.
Source Source
File: includes/class.llms.student.query.php