Action: gravityview/approve_entries/updated
Triggered when an entry approval is updated.
Valid status values: - 1 for approved - 2 for disapproved - 3 for unapproved
Parameters
| Name | Type | Description |
|---|---|---|
| $entry_id | int | ID of the Gravity Forms entry. |
| $new_status | int | Status value. |
See Also
GravityView_Entry_Approval_Status::maybe_convert_status()
Since
Source
Defined in includes/class-gravityview-entry-approval.php at line 670