LLMS_Table_Students::set_args()
Define the structure of arguments used to pass to the get_results method
Contents
Return Return
(array)
Source Source
File: includes/admin/reporting/tables/llms.table.students.php
public function set_args() {
return array(
'per_page' => apply_filters( 'llms_table_' . $this->id . '_per_page', $this->per_page ),
);
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.28.0 | Unknown. |
| 2.3.0 | Introduced. |