Filter: gravityflow_page_load_logic_setting
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$this->get_type()
Example hook names:
gravityflow_page_load_logic_setting(base hook)gravityflow_page_load_logic_setting_1(with first modifier value)
Filters the value that controls wether or not the conditional logic setting for this Step has option for "page load" or "dynamic".
Parameters
| Name | Type | Description |
|---|---|---|
| $do_display | bool | Wether or not to display the "page load" vs. "dynamic" option for the conditional logic setting. Defaults to false. |
| $this | \Gravity_Flow_Step | The current step object. |
Since
- 2.9.1: Added $this parameter. Expanded to also call a step type specific filter.
Source
Defined in includes/steps/traits/trait-editable-fields.php at line 88