Action: gk/gravityboard/checklists/item/added
Runs when a checklist item has been added.
Parameters
| Name | Type | Description |
|---|---|---|
| $entry | array<string,mixed>|\WP_Error | The Gravity Forms entry, or a WP_Error if the entry is not found. |
| $new_item | \ChecklistItem | The new checklist item. |
| $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 872