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