apply_filters( 'jb_module_list_table_actions', $actions, $key ) → {array}
Filters the actions for the module in the list table.
Parameters:
Name | Type | Description |
---|---|---|
$actions |
array | List Table actions. |
$key |
string | Row key. It's a module slug by default. |
- Since:
- 1.2.2
- Source:
Returns:
List Table actions.
- Type
- array