scopeConfig->getValue(self::XML_PATH_ACCOUNT, ScopeInterface::SCOPE_STORE, $store); return $accountId && $this->scopeConfig->isSetFlag(self::XML_PATH_ACTIVE, ScopeInterface::SCOPE_STORE, $store); } /** * Whether anonymized IPs are active * * @param null|string|bool|int|Store $store * @return bool * @since 100.2.0 */ public function isAnonymizedIpActive($store = null) { return $this->scopeConfig->getValue(self::XML_PATH_ANONYMIZE, ScopeInterface::SCOPE_STORE, $store); } }