WooCommerce::__wakeup
Unserializing instances of this class is forbidden.
Method of the class: WooCommerce{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WooCommerce = new WooCommerce(); $WooCommerce->__wakeup();
Changelog
| Since 2.1 | Introduced. |
WooCommerce::__wakeup() WooCommerce:: wakeup code WC 10.7.0
public function __wakeup() {
wc_doing_it_wrong( __FUNCTION__, __( 'Unserializing instances of this class is forbidden.', 'woocommerce' ), '2.1' );
}