Skip to main content

Filter: gravityflow_send_to_step_condition_not_met

Determines what next step a workflow should proceed to instead of the selected step that failed its step conditions.

Parameters

NameTypeDescription
$next_stepbool|\Gravity_Flow_StepThe next step to send the entry to. Defaults to the next step after the proposed new step that meets its' start conditions.
$new_step\Gravity_Flow_StepThe proposed new step that failed its step conditions.
$current_step\Gravity_Flow_StepThe current step.
$entryarrayThe current entry.
$formarrayThe current form.

Since

Source

Defined in includes/class-api.php at line 293