Tribe__Tickets_Plus__Commerce__Abstract_Cart::get_tickets_in_cart( array $tickets = array() )
Get all tickets currently in the cart.
Contents
Parameters
- $tickets
-
(array) (Optional) Array indexed by ticket id with quantity as the value
Default value: array()
Return
(array)
Source
File: src/Tribe/Commerce/Abstract_Cart.php
abstract public function get_tickets_in_cart( $tickets = array() );
Changelog
| Version | Description |
|---|---|
| 4.9 | Introduced. |