Filter: gravityflow_next_step
Allows the next step in workflow to be customized.
Return the next step (or false)
Parameters
| Name | Type | Description |
|---|---|---|
| $step | \Gravity_Flow_Step|bool | The next step. |
| $current_step | \Gravity_Flow_Step | The current step. |
| $entry | array | The current entry array. |
| $form | array | The current form array. |
| $steps | array | The steps for current form. |
Since
Source
Defined in class-gravity-flow.php at line 4093