Cart::get_available_modes()
Gets the list of available modes we can use for the cart.
Return
(string[])
Source
File: src/Tickets/Commerce/Cart.php
public function get_available_modes() {
return $this->available_modes;
}
Changelog
| Version | Description |
|---|---|
| 5.1.9 | Introduced. |