WordPress cookie notice plugin for developers.
Let's be honest. Is your website really going to get audited?
With this plugin you've got something and no extra headaches.
✔️ Tiny.
✔️ Configured with hooks.
✔️ No added backend menus.
✔️ No added database crap.
- Download the ZIP.
- Extract the folder to
/wp-content/plugins/
.
or
cd /wp-content/plugins/
git clone https://github.com/Brugman/we-use-cookies.git
- Download the new ZIP.
- Replace the old folder in
/wp-content/plugins/
.
or
cd /wp-content/plugins/we-use-cookies/
git pull
add_filter( 'wuc_message', function ( $message ) {
return 'Hello world.';
});
add_filter( 'wuc_more_info_page_id', function () {
return 25;
});
Positioning: top
, bottom
, left
, center
, right
.
Size: wide
.
add_filter( 'wuc_classes', function ( $classes ) {
return 'top right wide';
});
add_filter( 'wuc_css', '__return_false' );
I don't know. Ask your legal advisor.
Found a bug? Anything you would like to ask, add or change? Please open an issue so we can talk about it.
Pull requests are welcome on the develop branch. Please try to match the current code formatting.