Warder Cookie Consent provides an easy way to add GDPR-compliant cookie consent banners to your WordPress website. The plugin uses the lightweight CookieConsent v3 library and offers full customization through the WordPress admin interface.
Features
- Lightweight and fast performance
- Multi-language support (English, French, German, Spanish, Italian, Dutch)
- Customizable banner appearance and text
- Cookie category management (Necessary, Analytics, etc.)
- Automatic cookie blocking and clearing
- Floating preferences toggle button — lets users revisit consent choices at any time
- Fully responsive design
- No external dependencies
Source Code
This plugin ships no obfuscated or minified-only code. The only compiled asset is dist/cookieconsent.bundle.js, bundled from human-readable source with webpack. Its first lines are a comment banner pointing back to the source. The uncompressed source (src/index.js and webpack.config.js) is included in the plugin download, and the full development repository is public:
https://github.com/imagewize/warder-cookie-consent
src/index.js imports the [vanilla-cookieconsent v3](https://github.com/orestbida/cookieconsent) library. To build from source: run `npm install`, then `npx webpack` (or `npx webpack --watch` during development).
