芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/plugins/mailpoet/lib/Config/PluginActivatedHook.php
deferredAdminNotices = $deferredAdminNotices; } public function action($plugin, $networkWide) { if ($plugin === WPFunctions::get()->pluginBasename(Env::$file) && $networkWide) { $this->deferredAdminNotices->addNetworkAdminNotice(__("We noticed that you're using an unsupported environment. While MailPoet might work within a MultiSite environment, we don’t support it.", 'mailpoet')); } } }