Automattic\WooCommerce\Internal\Admin
FeaturePlugin::__wakeup()
Prevent unserializing.
Метод класса: FeaturePlugin{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$FeaturePlugin = new FeaturePlugin(); $FeaturePlugin->__wakeup();
Код FeaturePlugin::__wakeup() FeaturePlugin:: wakeup WC 9.8.2
public function __wakeup() { die(); }