WC_Session::cleanup_sessions()publicWC 1.0

Cleanup 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->cleanup_sessions();

WC_Session::cleanup_sessions() code WC 8.7.0

public function cleanup_sessions() {}