Cart::get_mode()

From the current active cart repository we fetch it’s mode.


Return

(string)


Top ↑

Source

File: src/Tickets/Commerce/Cart.php

	public function get_mode() {
		return $this->get_repository()->get_mode();
	}

Top ↑

Changelog

Changelog
Version Description
5.1.9 Introduced.