apply_filters( 'sensei_analysis_overview_column_data', $column_data, $item, $this ) → {array}
Filter the row data for the Analysis Overview list table.
Parameters:
Name | Type | Description |
---|---|---|
$column_data |
array | Array of column data for the report table. |
$item |
object | WP_Post | WP_User | Current row object. |
$this |
Sensei_Analysis_Overview_List_Table | Current instance of the list table. |
Returns:
Filtered array of column data for the report table.
- Type
- array