groundhogg/steps/{type}/reporting/after
This Groundhogg hook used to add a custom data in the reporting view of the step after the inbuilt reporting view. Here, type can be a benchmark or action.
do_action( "groundhogg/steps/{type}/reporting/after", $step );
This hook provides the object of the Groundhogg step class as an argument to work within your custom code.