Filter: sensei_analysis_overview_users_columns_sortable

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

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

Parameters:
Name Type Description
$columns array

The array of columns to use with the table.

$this Sensei_Reports_Overview_List_Table_Students

The current instance of the class.

Source:
Returns:

Filtered columns.

Type
array