WC_Data::__sleep()

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


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/abstracts/abstract-wc-data.php

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

Top ↑

User Contributed Notes User Contributed Notes

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