apply_filters( 'sensei_email_list_columns', $columns, $list_table ) → {array}
Filter the columns that are displayed on the email list.
Parameters:
Name | Type | Description |
---|---|---|
$columns |
array | The table columns. |
$list_table |
object | Email_List_Table instance. |
- Since:
- 4.12.0
- Source:
Returns:
The modified table columns.
- Type
- array