WC_Session::init()
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() WC Session::init code WC 9.3.3
public function init() {}