Tribe__Tickets__Tickets::attendee_decreases_inventory( array $attendee )
Whether a specific attendee is valid toward inventory decrease or not.
Contents
Parameters
- $attendee
-
(array) (Required)
Return
(bool)
Source
File: src/Tribe/Tickets.php
public function attendee_decreases_inventory( array $attendee ) {
return true;
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |