Filter: sensei_email_list_row_data

apply_filters( 'sensei_email_list_row_data', $row_data, $post, $list_table ) → {array}

Filter the row data displayed on the email list.

Parameters:
Name Type Description
$row_data array

The row data.

$post object

The post.

$list_table object

Email_List_Table instance.

Since:
  • 4.12.0
Source:
Returns:

The modified row data.

Type
array