groundhogg/admin/{slug}
This hook is used to add custom code on the top of the admin pages when pages are using tab page architecture.
do_action( "groundhogg/admin/{$this->get_slug()}", $this );
This hook comes with an argument which is the object of the tabbed page.