WC_Checkout::__wakeuppublicWC 1.0

Unserializing instances of this class is forbidden.

Method of the class: WC_Checkout{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_Checkout = new WC_Checkout();
$WC_Checkout->__wakeup();

WC_Checkout::__wakeup() code WC 10.6.2

public function __wakeup() {
	wc_doing_it_wrong( __FUNCTION__, __( 'Unserializing instances of this class is forbidden.', 'woocommerce' ), '2.1' );
}