apply_filters( 'llms_student_query_search', string $sql, LLMS_Student_Query $student_query )

Filters the part of the SQL query that performs the search.


Parameters Parameters

$sql

(string) The SQL part that performs the search.

$student_query

(LLMS_Student_Query) Instance of LLMS_Student_Query.


Top ↑

Source Source

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

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

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