Automattic\WooCommerce\Internal\Admin

FeaturePlugin::__wakeup()publicWC 1.0

Prevent unserializing.

Method of the class: FeaturePlugin{}

No Hooks.

Return

null. Nothing (null).

Usage

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

FeaturePlugin::__wakeup() code WC 8.6.1

public function __wakeup() {
	die();
}