Filter: sensei_analysis_course_columns

apply_filters( 'sensei_analysis_course_columns', $columns, $this ) → {array}

Filter the columns that are going to be used in the Course Analysis list table.

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.

Source:
Returns:

$columns The array of columns to use with the table.

Type
array