Filter: sensei_analysis_overview_lessons_columns_sortable

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

Filter the sortable columns for the lesson report.

Parameters:
Name Type Description
$columns array

The array of sortable columns to use with the table.

$this Sensei_Reports_Overview_List_Table_Lessons

The current instance of the class.

Source:
Returns:

The array of sortable columns to use with the table.

Type
array