WC_Data_Store::__sleep()
Only store the object type to avoid serializing the data store instance.
Description Description
Return Return
(array)
Source Source
File: includes/class-wc-data-store.php
public function __sleep() { return array( 'object_type' ); }