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