WC_Session::init()publicWC 3.3.0

Init hooks and session data. Extended by child classes.

Method of the class: WC_Session{}

No Hooks.

Return

null. Nothing (null).

Usage

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

Changelog

Since 3.3.0 Introduced.

WC_Session::init() code WC 8.6.1

public function init() {}