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. Ничего (null).

Usage

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

Changelog

Since 3.3.0 Introduced.

WC_Session::init() code WC 8.3.0

public function init() {}