Filter: sensei_analysis_course_{view}_columns_sortable

apply_filters( 'sensei_analysis_course_{view}_columns_sortable', $columns, $this ) → {array}

Filter the sortable columns that are going to be used in the Course Analysis list table. Backwards compatible filter. Use sensei_analysis_course_columns_sortable instead.

Parameters:
Name Type Description
$columns array

The array of sortable columns to use in the table.

$this Sensei_Analysis_Course_List_Table

The current instance of the class.

Source:
Returns:

The array of sortable columns.

Type
array