do_action( 'tec_tickets_panels_before', int|WP_Post $post, int|null $ticket_id, string $ticket_type )

Fire action before the panels are rendered.


Parameters

$post

(int|WP_Post) The post object or ID context of the panel rendering.

$ticket_id

(int|null) The ID of the ticket being rendered, null if a new ticket.

$ticket_type

(string) The ticket type being rendered, default if not specified.


Top ↑

Source

File: src/Tribe/Metabox.php


Top ↑

Changelog

Changelog
Version Description
5.8.0 Introduced.