apply_filters( 'tribe_tickets_plus_get_total_paid', int $total_paid , int $original_total_paid , int $event_id )
Returns the total tickets sold and paid for, for an event.
Contents
Parameters
- $total_paid
-
(int) Total number of tickets paid.
- $original_total_paid
-
(int) Original total number of tickets paid.
- $event_id
-
(int) Event ID.
Source
Changelog
| Version | Description |
|---|---|
| 4.3 | Introduced. |