apply_filters( 'tribe_tickets_plus_get_total_sold', int $total_sold, int $original_total_sold, int $event_id )

Returns the total tickets sold for an event.


Parameters

$total_sold

(int) Total number of tickets sold.

$original_total_sold

(int) Original total number of tickets sold.

$event_id

(int) Event ID.


Top ↑

Source

File: src/Tribe/Commerce/Attendance_Totals.php


Top ↑

Changelog

Changelog
Version Description
4.3 Introduced.