apply_filters( 'sensei_analysis_overview_courses_columns_sortable', $columns, $this ) → {array}
Filter the sortable columns for the courses overview report.
Parameters:
Name | Type | Description |
---|---|---|
$columns |
array | The sortable columns for the courses overview report. |
$this |
Sensei_Reports_Overview_List_Table_Courses | The current instance of the class. |
- Source:
Returns:
The filtered sortable columns.
- Type
- array