2018-10-24
Ludovic Marco Palamede Ops Team
| <?php | |
| /** | |
| * GravityView doesn't trigger the `gform_after_submission` action when editing entries. This does that, | |
| * but ONLY FOR FORM #12. | |
| * | |
| * @param array $form | |
| * @param int $entry_id ID of the entry being updated | |
| * @param GravityView_Edit_Entry_Render $object | |
| * |