apply_filters( 'sensei_analysis_lesson_columns', $columns, $list_table ) → {array}
Filter the columns that are going to be used in the table
Parameters:
Name | Type | Description |
---|---|---|
$columns |
array | The array of columns to use with the table. |
$list_table |
Sensei_Analysis_Lesson_List_Table | The current instance of the class |
Returns:
The array of columns to use with the table.
- Type
- array