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(); }
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |