Lightweight GDPR & CCPA compliant cookie consent banner for WordPress
Easy setup · Fully customizable · Developer friendly
Simple, effective, and compliant cookie consent management
Configure your cookie banner in minutes with an intuitive settings page. No coding required.
Built-in compliance features to help you meet GDPR and CCPA requirements effortlessly.
Choose colors, positions, button text, and messages. Make it match your brand perfectly.
Looks great on all devices. Optimized for mobile, tablet, and desktop.
Less than 15KB. Minified assets ensure zero impact on your website's performance.
Fully translatable with all strings in WordPress i18n functions. Works in any language.
Uses proper browser cookies with 365-day expiration. Industry standard approach.
Clean OOP code, WordPress standards, hooks & filters. Well documented.
Display banner at bottom, left, or right. Choose what works best for your site.
Beautiful, customizable cookie consent banner
Get up and running in 3 easy steps
Download from WordPress.org or search "CookieVJ" in your admin panel
Go to Settings → CookieVJ and customize your banner
Your cookie consent banner is now live and compliant
Clean, well-documented code following WordPress standards
// Change cookie expiry to 30 days add_filter( 'cookievj_cookie_expiry', function() { return 30; }); // Customize banner message add_filter( 'cookievj_banner_message', function( $message ) { return 'Your custom cookie message here'; }); // Modify settings add_filter( 'cookievj_settings', function( $settings ) { $settings['bg_color'] = '#your-color'; return $settings; });
Join thousands of WordPress sites using CookieVJ for cookie compliance