WC_Legacy_Cart::persistent_cart_destroy()publicWC 1.0

Method of the class: WC_Legacy_Cart{}

No Hooks.

Return

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 8.7.0

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