Filter: sensei_analysis_overview_{type}_columns_sortable

apply_filters( 'sensei_analysis_overview_{type}_columns_sortable', $columns, $this ) → {array}

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

Backwards compatible filter name, moving forward should have single filter name.

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.

Deprecated:
  • 4.19.0 Use sensei_analysis_overview_columns_sortable instead.
Source:
Returns:

Filtered array of sortable columns for the report table.

Type
array