WC_Data::__sleep()
Only store the object ID to avoid serializing the data object instance.
Description Description
Return Return
(array)
Source Source
File: includes/abstracts/abstract-wc-data.php
public function __sleep() { return array( 'id' ); }