WC_Data_Store::__sleep()
Only store the object type to avoid serializing the data store instance.
{} It's a method of the class: WC_Data_Store{}
No Hooks.
Return
Array
.
Usage
$WC_Data_Store = new WC_Data_Store(); $WC_Data_Store->__sleep();
Code of WC_Data_Store::__sleep() WC Data Store:: sleep WC 6.5.1
public function __sleep() { return array( 'object_type' ); }