WC_Data_Store::__wakeup()
Re-run the constructor with the object type.
Description Description
Source Source
File: includes/class-wc-data-store.php
public function __wakeup() { $this->__construct( $this->object_type ); }
Re-run the constructor with the object type.
File: includes/class-wc-data-store.php
public function __wakeup() { $this->__construct( $this->object_type ); }