WC_Session_Handler::initpublicWC 3.3.0

Init hooks and session data.

Method of the class: WC_Session_Handler{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_Session_Handler = new WC_Session_Handler();
$WC_Session_Handler->init();

Changelog

Since 3.3.0 Introduced.

WC_Session_Handler::init() code WC 10.3.3

public function init() {
	$this->init_hooks();
	$this->init_session();
}