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. |
Returns:
Filtered array of sortable columns for the report table.
- Type
- array