Filter: sensei_analysis_overview_{type}_columns

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

Filter the 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 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 instead.
Source:
Returns:

Filtered array of columns for the report table.

Type
array