Action: gk/gravityboard/attachments/removed
Runs when attachments have been removed, before the notification is triggered.
Parameters
| Name | Type | Description |
|---|---|---|
| $updated_attachments | \Attachment[] | The attachments remaining on the entry. Keys are gapped: the deleted row is filtered out without re-indexing. |
| $entry | array<string,mixed> | The Gravity Forms entry. |
| $feed | \FeedArray | The board's feed. |
| $attachment_id_to_delete | string | The ID of the attachment that was deleted. |
Since
- 1.0
Source
Defined in src/Attachments/Attachments.php at line 871