Filter: gravityview/approve_entries/autounapprove/status
Filters the approval status when an entry is auto-unapproved after editing.
Parameters
| Name | Type | Description |
|---|---|---|
| $approval_status | int|false | Approval status integer, or false if you want to not update status. Use GravityView_Entry_Approval_Status constants. Default: 3 (GravityView_Entry_Approval_Status::UNAPPROVED). |
| $form | array | Gravity Forms form array. |
| $entry_id | string | Numeric ID of the entry that was updated. |
| $view | \GV\View | Current View where the entry was edited. |
Since
Source
Defined in includes/class-gravityview-entry-approval.php at line 777