WC_Legacy_Cart::persistent_cart_destroypublicWC 1.0

Method of the class: WC_Legacy_Cart{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_Legacy_Cart = new WC_Legacy_Cart();
$WC_Legacy_Cart->persistent_cart_destroy() $this->session->persistent_cart_destroy();
) { $this->session->persistent_cart_destroy((required)
.

WC_Legacy_Cart::persistent_cart_destroy() code WC 10.6.2

public function persistent_cart_destroy() { $this->session->persistent_cart_destroy(); }