WC_Checkout::__wakeup() public WC 1.0
Unserializing instances of this class is forbidden.
{} Это метод класса: WC_Checkout{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$WC_Checkout = new WC_Checkout(); $WC_Checkout->__wakeup();
Код WC_Checkout::__wakeup() WC Checkout:: wakeup WC 5.0.0
public function __wakeup() {
wc_doing_it_wrong( __FUNCTION__, __( 'Unserializing instances of this class is forbidden.', 'woocommerce' ), '2.1' );
}