Warning: This method has been deprecated. Session is loaded via hooks rather than directly instead.

WC_Legacy_Cart::init()

Init.


Description Description


Source Source

File: includes/legacy/class-wc-legacy-cart.php

	public function init() {
		wc_deprecated_function( 'WC_Cart::init', '3.2', '' );
		$this->get_cart_from_session();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.