Documentation last updated June 2, 2026
Cookie Consent for WordPress
Cookiezy gives WordPress teams a cleaner path to consent management through the dedicated WordPress plugin package. Instead of wiring theme snippets manually, you upload the plugin ZIP, configure it in wp-admin, and use shortcodes for the settings link and cookie audit. The premium issued package is intended to carry embedded licensing values so the end user does not need to configure site-key verification manually.
A lightweight WordPress consent layer for publishers, businesses, and agencies.
Cookie banner preview
Lightweight. Fast. Clear by default.
Cookie consent. Done easy.
Lightweight consent that keeps your site fast and your data intact.
What the WordPress ZIP includes
After account access is active you generate `cookiezy-wordpress-plugin.zip`. It contains a full WordPress plugin with admin settings, consent assets, scanning support, canonical shortcodes, and embedded licensing values for the account.
- • `cookiezy.php`
- • `includes/class-cookiezy-settings.php`
- • Plugin CSS and JavaScript assets for the banner and scanner
- • Shortcodes: `[cookiezy_settings_link]` and `[cookiezy_cookie_audit]`

What the issued WordPress package proves in practice
The premium WordPress lane has concrete package and wp-admin signals that tell you the right customer ZIP was issued and installed.
- • The package is generated through the issued customer flow, not a generic theme snippet lane.
- • The plugin includes `includes/cookiezy-build.php` with the premium build channel and `includes/cookiezy-issued-license.php` with the embedded license values.
- • The admin screen shows `Cookiezy Premium`, `Distribution channel: Issued customer package`, and `Embedded license status: Embedded license detected`.
- • The settings screen exposes the embedded `Site key`, `Verification URL`, and `Cookie audit scan: Enabled in this package`.
Upload and activate the WordPress plugin
In WordPress admin go to Plugins, choose Add New, then Upload Plugin. Select `cookiezy-wordpress-plugin.zip`, install it, and activate it. You do not need to copy JavaScript files into your theme manually for the packaged WordPress flow.
- • Upload `cookiezy-wordpress-plugin.zip` directly in wp-admin
- • Activate the plugin after installation completes
- • Confirm a Cookiezy settings screen appears in the admin area
Configure the plugin in wp-admin
Open the Cookiezy plugin settings and fill in your locale, policy page URL, categories, and any GTM or GA4 details you want to use. The issued package already contains the account licensing values, so the settings screen stays focused on content and integrations instead of technical license setup. If embedded licensing values are missing or billing is inactive, the plugin should remain in necessary-only restricted mode.
Code snippet
Locale: en
Policy URL: /en/cookie-policy
Categories: necessary, analytics, marketing
Optional integrations: GTM / GA4
Settings link shortcode: [cookiezy_settings_link]
Cookie audit shortcode: [cookiezy_cookie_audit]Add the settings link, cookie audit, and validate restricted-mode recovery
Place `[cookiezy_settings_link]` in the footer or policy area where visitors should reopen preferences. Place `[cookiezy_cookie_audit]` on your cookie policy page to show the live audit block, then test the site in a clean browser session.
- • Add `[cookiezy_settings_link]` to the footer or a reusable block
- • Add `[cookiezy_cookie_audit]` to the cookie policy page
- • Open the site in incognito and verify optional categories stay blocked until consent
- • Confirm the settings link reopens the modal after the first choice
- • If you test with inactive billing or missing embedded licensing values, confirm the plugin stays in necessary-only restricted mode
A practical WordPress implementation example
A normal production handoff uses the issued plugin package, then only content-level setup inside wp-admin and the page editor.
Code snippet
1. Upload `cookiezy-wordpress-plugin.zip` in Plugins > Add New > Upload Plugin.
2. In the Cookiezy settings screen confirm `Embedded license detected` and copy-free licensing fields.
3. Set the policy route and locale in wp-admin.
4. Place `[cookiezy_settings_link]` in the footer and `[cookiezy_cookie_audit]` on the cookie policy page.
5. Open the site in incognito and confirm the banner, verify request, and audit block all work.What to test before you hand WordPress over to the client
These are the checks that matter more than a pretty settings screenshot.
- • The plugin installs and activates cleanly through standard wp-admin upload.
- • The banner renders without copying files into the active theme.
- • The verify request returns `200` and the licensed domain moves into a verified state.
- • The footer settings link reopens the modal after the first consent choice.
- • The premium cookie audit shortcode renders on the policy page and still behaves correctly after consent changes.
Use a shortcode to show the site's detected cookies
The WordPress plugin includes a cookie audit shortcode for premium issued packages. Place `[cookiezy_cookie_audit]` on the policy page to show detected cookies with category, provider, purpose or description, and duration, plus a re-scan action after consent changes.
Live cookie scan for this browser session
This audit reads the cookies currently visible on the domain in your browser and maps known cookies to categories and purposes. Re-scan after changing consent to verify what stays active.
How Cookiezy handles cookies on this site
Necessary cookies stay active so the site, login flow, and consent preferences keep working. Optional categories can be enabled or disabled by the visitor through Cookiezy settings.
This scan reflects the current browser session and the current state of consent on this device.
Cookie categories used on the site
Necessary
Required for security, routing, authentication, and storing the consent choice itself.
Analytics
Used to understand traffic and site usage when the visitor has granted analytics consent.
Marketing
Reserved for advertising, retargeting, and campaign tracking when marketing consent is granted.
WordPress features focused on speed and simplicity
Built for content-driven teams that want the basics done well.
True WordPress plugin
The WordPress package ships as an installable plugin, not as a generic theme snippet.
Admin-managed settings
Configure locale, policy routes, and integrations in wp-admin instead of editing theme files.
Built-in shortcodes
Use shortcodes for the footer settings link and the cookie audit block.
Consent-aware integrations
The plugin is structured to work with scanning, optional GTM or GA4 setup, and embedded account licensing.
WordPress cookie consent FAQ
A few quick answers before you roll out Cookiezy on WordPress.
Which ZIP should I use for WordPress?
Use `cookiezy-wordpress-plugin.zip`. That is the dedicated issued WordPress package and the intended install path for WordPress sites.
Do I need to upload JavaScript files into my theme?
Not for the packaged WordPress flow. The plugin includes the consent assets and settings UI, so the install is handled through wp-admin.
How do I add the cookie audit to the policy page?
Use `[cookiezy_cookie_audit]` on the cookie policy page.
How do visitors reopen consent settings later?
Use `[cookiezy_settings_link]` in the footer or another persistent area of the site.
What happens if billing is inactive or embedded licensing is missing?
The premium plugin should fall back to necessary-only restricted mode. Optional analytics, marketing, premium runtime behavior, and other non-essential features stay blocked until the account is back in good standing.