Action: gk/gravityboard/checklists/item/updated
Runs when a checklist item has been updated.
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 checklist item. |
| $collection | \ChecklistCollection | The updated checklists collection. |
| $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 942