Action: gravityflow_step_complete
Allows custom logic to be added when the step is started.
Parameters
| Name | Type | Description |
|---|---|---|
| $step_id | int | The ID of the completed step. |
| $entry_id | int | The entry of the completed step. |
| $form_id | int | The form of the completed step. |
| $status | string | The status when the step completed. |
| $step | \Gravity_Flow_Step | The completed step. |
Since
Source
Defined in includes/steps/class-step.php at line 2060