Automattic\WooCommerce\Internal\Admin
FeaturePlugin::__wakeup
Prevent unserializing.
Method of the class: FeaturePlugin{}
No Hooks.
Returns
null. Nothing (null).
Usage
$FeaturePlugin = new FeaturePlugin(); $FeaturePlugin->__wakeup();
FeaturePlugin::__wakeup() FeaturePlugin:: wakeup code WC 10.3.3
public function __wakeup() {
die();
}