WC_Data_Store::__wakeup()

Re-run the constructor with the object type.


Description Description


Source Source

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

	public function __wakeup() {
		$this->__construct( $this->object_type );
	}


Top ↑

User Contributed Notes User Contributed Notes

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