apply_filters( 'sensei_analysis_overview_users_columns', $columns, $this ) → {array}
Filter the columns that are going to be used in the table.
Parameters:
Name | Type | Description |
---|---|---|
$columns |
array | The array of columns to use with the table. |
$this |
Sensei_Reports_Overview_List_Table_Students | The current instance of the class. |
- Source:
Returns:
Filtered columns.
- Type
- array