do_action( 'tec_tickets_panels_before', int|WP_Post $post , int|null $ticket_id , string $ticket_type )
Fire action before the panels are rendered.
Contents
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,
nullif a new ticket. - $ticket_type
-
(string) The ticket type being rendered,
defaultif not specified.
Source
File: src/Tribe/Metabox.php
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |