https://github.com/zerosonesfun/oven-cookie-consent
An easy to set up and use cookie consent plugin for WordPress.
https://github.com/zerosonesfun/oven-cookie-consent
cookies wordpress wordpress-plugin
Last synced: about 18 hours ago
JSON representation
An easy to set up and use cookie consent plugin for WordPress.
- Host: GitHub
- URL: https://github.com/zerosonesfun/oven-cookie-consent
- Owner: zerosonesfun
- License: gpl-3.0
- Created: 2026-05-24T12:36:18.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-30T15:16:44.000Z (about 1 month ago)
- Last Synced: 2026-05-30T17:10:22.938Z (about 1 month ago)
- Topics: cookies, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wilcosky.com/oven
- Size: 2.02 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oven Cookie Consent
Cookie consent for WordPress: detect cookies, classify essential vs non-essential, and re-prompt visitors when your cookie list changes.
Built on [CookieConsent](https://github.com/orestbida/cookieconsent) v3.1.0.
## Requirements
- WordPress 5.9+
- PHP 7.4+
## Installation
1. Download a release or clone this repository into `wp-content/plugins/oven-cookie-consent/`.
2. Activate **Oven Cookie Consent** in the WordPress admin.
3. Open **Settings → Oven** to configure the banner, detection mode, and cookie list.
## Development
This plugin’s WordPress.org slug is `oven-cookie-consent`. The text domain matches that slug.
## Links
- [Plugin page](https://wilcosky.com/oven)
- [Author](https://wilcosky.com)
## License
GPL-2.0-or-later. See [LICENSE](LICENSE) in this repository (GPL-3.0 text from GitHub template; the plugin header specifies GPLv2 or later).