Filter: gform_entries_action_links
Allows for modification of an entry action links.
Parameters
| Name | Type | Description |
|---|---|---|
| $actions | array | The action links. It is an associative array where each item is an array containing 'class' and 'link' keys, where 'class' is the CSS class and 'link' is the HTML link. |
| $filter | string | The current WP_List_Table filter. |
| $entry | array | The entry of the row being rendered. |
Source
Defined in entry_list.php at line 1306