π Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 08:37:24 | PHP 8.1.34
π
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
mailpoet
/
lib
/
Config
π /home/therahul/thedasstores.com/wp-content/plugins/mailpoet/lib/Config
π Refresh
βοΈ
Editing: PluginActivatedHook.php
Writable
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing namespace MailPoet\Config; if (!defined('ABSPATH')) exit; use MailPoet\WP\Functions as WPFunctions; class PluginActivatedHook { private $deferredAdminNotices; public function __construct( DeferredAdminNotices $deferredAdminNotices ) { $this->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')); } } }
πΎ Save Changes
β Cancel