Skip to main content

Filter: gravityflow_page_load_logic_setting

Dynamic Hook Name

This hook supports dynamic naming with the following modifiers:

  1. $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

NameTypeDescription
$do_displayboolWether or not to display the "page load" vs. "dynamic" option for the conditional logic setting. Defaults to false.
$this\Gravity_Flow_StepThe 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