groundhogg/steps/{type}/settings/before
This Groundhogg hook used to add a custom setting before specific step settings inside the funnel builder. Here, type can be a benchmark or action.
do_action( "groundhogg/steps/{type}/settings/before", $step );
This hook provides the object of the Groundhogg step class as an argument to work within your custom code.