Action: gravityview_view_saved
After a View has been saved in the admin.
Parameters
| Name | Type | Description |
|---|---|---|
| $post_id | int | ID of the View that has been saved. |
| $statii | array | Array of statuses of the post meta saving processes. If saving worked, each key should be mapped to a value of the post ID (directory_widgets => 124). If failed (or didn't change), the value will be false. |
Since
- 1.17.2
Source
Defined in src/Admin/AdminViews.php at line 1146