Filter: sensei_analysis_overview_lessons_columns

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

Filter the columns for the lesson report.

Parameters:
Name Type Description
$columns array

The array of columns to use with the table.

$this Sensei_Reports_Overview_List_Table_Lessons

The current instance of the class.

Source:
Returns:

The array of columns to use with the table.

Type
array