Plugin::get_id(), 'storageMethod' => 'localStorage', 'storageName' => Plugin::get_id(), 'cookieDomain' => parse_url(site_url(), PHP_URL_HOST), 'default' => true, 'mustConsent' => true, 'acceptAll' => true, 'hideLearnMore' => true, 'services' => Services::instance()->get_config(), ]; return apply_filters('ogre_consent_config', $config); } } Config::instance();