Filter: gravityflow_step_is_condition_met
Allows the determination for step conditions being met to be customized.
Parameters
| Name | Type | Description |
|---|---|---|
| $condition_met | bool | Are the step condition(s) met. |
| $logic | array | The conditional logic to be evaluated. |
| $form | array | The current form. |
| $entry | array | The current entry. |
| $step | \Gravity_Flow_Step | The current step. |
Since
Source
Defined in includes/steps/class-step.php at line 1462