apply_filters( 'sensei_analysis_course_{view}_columns', $columns, $this ) → {array}
Filter the columns that are going to be used in the Course Analysis list table. Backwards compatible filter. Use sensei_analysis_course_columns instead.
Parameters:
Name | Type | Description |
---|---|---|
$columns |
array | The array of columns to use in the table. |
$this |
Sensei_Analysis_Course_List_Table | The current instance of the class. |
Returns:
$columns The array of columns to use with the table.
- Type
- array