Cart::get_mode()
From the current active cart repository we fetch it’s mode.
Return
(string)
Source
File: src/Tickets/Commerce/Cart.php
public function get_mode() {
return $this->get_repository()->get_mode();
}
Changelog
| Version | Description |
|---|---|
| 5.1.9 | Introduced. |