WC_Payment_Gateways::__wakeup()

Unserializing instances of this class is forbidden.


Description Description


Source Source

File: includes/class-wc-payment-gateways.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.1 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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