apply_filters( 'llms_student_query_default_args', array $args , LLMS_Student_Query $student_query )
Filters the student query default args
Parameters Parameters
- $args
-
(array) Array of default arguments to set up the query with.
- $student_query
-
(LLMS_Student_Query) Instance of LLMS_Student_Query.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |