features_controller = $features_controller; $this->settings = $settings; } function disableWooCommerceSettings() { if ($_GET['tab'] !== 'email') { return; } if (!$this->features_controller->isSupported(FeaturesController::WC_TRANSACTIONAL_EMAILS_CUSTOMIZER)) { return; } if (!(bool)$this->settings->get('woocommerce.use_mailpoet_editor')) { return; } $woocommerce_template_id = $this->settings->get('woocommerce.transactional_email_id'); ?>