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.


Parameters

$total_pending

(int) Total number of tickets pending.

$original_total_pending

(int) Original total number of tickets pending.

$event_id

(int) Event ID.


Top ↑

Source

File: src/Tribe/Commerce/PayPal/Attendance_Totals.php


Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.