Filter: sensei_analysis_overview_columns_sortable

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

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

Parameters:
Name Type Description
$columns array

Array of sortable columns for the report table.

$this Sensei_Analysis_Overview_List_Table

Current instance of the list table.

Source:
Returns:

Filtered array of sortable columns for the report table.

Type
array

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

Filter the sortable columns for the courses overview report.

Parameters:
Name Type Description
$columns array

The sortable columns for the courses overview report.

$this Sensei_Reports_Overview_List_Table_Courses

The current instance of the class.

Source:
Returns:

The filtered sortable columns.

Type
array

apply_filters( 'sensei_analysis_overview_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