LLMS_Table_Students::parse_args( array $args = array() )
Parse arguments passed to get_results() method & setup table class variables.
Description Description
Parameters Parameters
- $args
-
(Optional) Array of arguments.
Default value: array()
Return Return
(void)
Source Source
File: includes/admin/reporting/tables/llms.table.students.php
Changelog Changelog
Version | Description |
---|---|
3.31.0 | Added logic to parse 'filterby' and 'filter' args when this table is filterable. |
3.28.0 | Introduced. |