Automattic\WooCommerce\Internal\Admin

FeaturePlugin::__wakeup()publicWC 1.0

Prevent unserializing.

Метод класса: FeaturePlugin{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код FeaturePlugin::__wakeup() WC 8.7.0

public function __wakeup() {
	die();
}