Filter: gk/gravityboard/card/update-card
Allow plugins to add additional changes to the card.
Parameters
| Name | Type | Description |
|---|---|---|
| $changes | array | The changes to the card, each element is a string of the field or meta key that was updated. |
| $request | \WP_REST_Request | The REST request object. |
| $entry | array | The entry data. |
| $feed | array | The feed data. |
Source
Defined in src/Ajax.php at line 451