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.


Parameters

$total_paid

(int) Total number of tickets paid.

$original_total_paid

(int) Original total number of tickets paid.

$event_id

(int) Event ID.


Top ↑

Source

File: src/Tribe/Commerce/Attendance_Totals.php


Top ↑

Changelog

Changelog
Version Description
4.3 Introduced.