WC_Data_Store::__sleep()

Only store the object type to avoid serializing the data store instance.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/class-wc-data-store.php

	public function __sleep() {
		return array( 'object_type' );
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.