Action: gk/gravityboard/checklists/item/deleted
Runs when a checklist item has been deleted.
Parameters
| Name | Type | Description |
|---|---|---|
| $entry | array<string,mixed>|\WP_Error | The Gravity Forms entry, or a WP_Error if the entry is not found. |
| $item | \ChecklistItem | The deleted checklist item. |
| $checklists | \ChecklistCollection | The updated checklists data. |
| $feed | array\{id: int|string, form_id: int|string, meta: array<string,mixed>\} | The feed (board) configuration. |
Since
- 1.1
Source
Defined in src/Checklists/Checklists.php at line 1008