groundhogg/admin/{slug}/display/{method}
This hook is useful for creating the custom method to execute on a specific tabbed page. This hook accepts the slug of the page and method name to execute.
do_action( "groundhogg/admin/{$this->get_slug()}/display/{$method}", $this );
This hook provides an instance of a tabbed admin page as an argument.