groundhogg/steps/reporting/before
This Groundhogg hook used to add a custom code before each and every step inside the funnel builder's reporting view. Here, steps can be a benchmark or action.
do_action( "groundhogg/steps/reporting/before", $this );
This hook provides the object of the Groundhogg funnel step class as an argument to work within your custom code.