apply_filters( 'sensei_analysis_course_columns_sortable', $columns, $this ) → {array}
Filter the sortable columns that are going to be used in the Course Analysis list table.
Parameters:
Name | Type | Description |
---|---|---|
$columns |
array | The array of sortable columns to use in the table. |
$this |
Sensei_Analysis_Course_List_Table | The current instance of the class. |
Returns:
The array of sortable columns.
- Type
- array