Automattic\WooCommerce\Internal\Admin

FeaturePlugin::__wakeuppublicWC 1.0

Prevent unserializing.

Method of the class: FeaturePlugin{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

FeaturePlugin::__wakeup() code WC 10.3.3

public function __wakeup() {
	die();
}