Filter: sensei_email_list_row_actions

apply_filters( 'sensei_email_list_row_actions', $actions, $post, $list_table ) → {array}

Filter the row actions displayed on the email list.

Parameters:
Name Type Description
$actions array

The row actions.

$post object

The post.

$list_table object

Email_List_Table instance.

Since:
  • 4.12.0
Source:
Returns:

The modified row actions.

Type
array