Hooks::do_cart_parse_request()

Parse the cart request, and possibly redirect, so it happens on template_redirect.

Contents


Source

File: src/Tickets/Commerce/Hooks.php

	public function do_cart_parse_request() {
		$this->container->make( Cart::class )->parse_request();
	}

Top ↑

Changelog

Changelog
Version Description
5.1.9 Introduced.