Cart::get_available_modes()

Gets the list of available modes we can use for the cart.


Return

(string[])


Top ↑

Source

File: src/Tickets/Commerce/Cart.php

	public function get_available_modes() {
		return $this->available_modes;
	}

Top ↑

Changelog

Changelog
Version Description
5.1.9 Introduced.