WC_Data_Store::__wakeup()publicWC 1.0

Re-run the constructor with the object type.

Method of the class: WC_Data_Store{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Data_Store = new WC_Data_Store();
$WC_Data_Store->__wakeup();

WC_Data_Store::__wakeup() code WC 8.7.0

public function __wakeup() {
	$this->__construct( $this->object_type );
}