Linux 软件免费装
Banner图

CoreConsent

开发者 clearconsent
coreconsent
更新时间 2026年7月20日 23:34
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

privacy gdpr cookie consent cookie banner google consent mode

下载

1.0.0

详情介绍:

CoreConsent is a lightweight, self-hosted cookie consent plugin. It shows visitors a consent banner, holds your tracking scripts until they choose, and sends Google Consent Mode v2 signals — all handled on your own site, with no calls out to a third-party consent platform. It's built to stay out of the way: the banner is plain JavaScript (no jQuery), consent is applied in the visitor's browser, and your pages cache normally — so adding consent doesn't slow your site down or break full-page caching. Free features CoreConsent Pro CoreConsent Agency

安装:

  1. Upload the coreconsent folder to /wp-content/plugins/, or install through Plugins → Add New.
  2. Activate the plugin through the Plugins screen.
  3. Go to Settings → CoreConsent.
  4. Add the services you use (for example Google Analytics), customize the banner text, and save.
  5. Optional: enable Google Consent Mode v2 under the Consent Mode section.

屏幕截图:

  • The preferences modal: visitors turn individual services on or off, grouped by category.
  • Define the services you use in a visual editor — one-click templates for common trackers, no code required.
  • Pick a style template and go: seven built-in looks, plus light/dark scheme and banner position.
  • Google Consent Mode v2 built in — all Google signals denied by default until the visitor consents.
  • Region rules — show or adjust the banner by country or US state, with Global Privacy Control support.

升级注意事项:

1.0.0 Initial release of CoreConsent.

常见问题:

Does this make my site GDPR or privacy-law compliant?

No plugin can do that on its own. CoreConsent gives you the controls — a consent banner, consent-gated script loading, and Google Consent Mode signals — but how you configure them, and what your legal obligations are, is up to you. If you're unsure, talk to someone qualified in privacy law for your situation.

How do I make sure my Google Analytics or Google tag waits for consent?

Add it the supported way so CoreConsent controls it: configure it as a service in Settings → CoreConsent, or tag the script with type="text/plain" and a data-cc-name attribute. CoreConsent then loads it only after the visitor consents. If you paste a gtag snippet directly high in your theme's <head>, it can run before the consent default is set — so add it through the normal method, or place it after CoreConsent's output. Pro's scanning and Script Manager handle this for you.

Does it support Google Consent Mode v2?

Yes, in the free version. CoreConsent sets all v2 consent signals to denied by default and updates them when the visitor makes a choice. Google tags load after consent (consent-gated mode).

Will it work with my caching plugin or host cache?

Yes. Consent is applied in the visitor's browser, and the page HTML is the same for everyone, so your pages cache normally. After you change which services are blocked, clear your page cache so the change takes effect right away.

Will it slow down my site?

It's designed not to. The banner is lightweight vanilla JavaScript, and because it's caching-friendly it doesn't force your pages to load uncached.

Does it support multisite?

Network-wide scanning and pushing settings across subsites is part of CoreConsent Agency.

更新日志:

1.0.0