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.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us