Filter: sensei_analysis_overview_columns

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

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

Parameters:
Name Type Description
$columns array

Array of columns for the report table.

$this Sensei_Analysis_Overview_List_Table

Current instance of the list table.

Source:
Returns:

Filtered array of columns for the report table.

Type
array