apply_filters( 'tribe_tickets_get_total_pending', int $total_pending , int $original_total_pending , int $event_id )
Returns the total tickets pending further action for an event.
Contents
Parameters
- $total_pending
-
(int) Total number of tickets pending.
- $original_total_pending
-
(int) Original total number of tickets pending.
- $event_id
-
(int) Event ID.
Source
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |