WC_Data_Store::__wakeup
Re-run the constructor with the object type.
Method of the class: WC_Data_Store{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Data_Store = new WC_Data_Store(); $WC_Data_Store->__wakeup();
WC_Data_Store::__wakeup() WC Data Store:: wakeup code WC 10.6.2
public function __wakeup() {
$this->__construct( $this->object_type );
}