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