apply_filters( 'tribe_tickets_plus_edd_tickets_in_cart', array $tickets , array $contents )
Allows for filtering the returned tickets for easier third-party plugin compatibility.
Contents
Parameters
- $tickets
-
(array) List of tickets currently in the cart.
- $contents
-
(array) The EDD cart contents.
Source
Changelog
| Version | Description |
|---|---|
| 4.10.8 | Introduced. |