rareloop / wp-cookie-banner
There is no license information available for the latest version (v1.0.0) of this package.
Provides an obnoxious cookie warning
Package info
github.com/Rareloop/wp-cookie-banner
Type:wordpress-plugin
pkg:composer/rareloop/wp-cookie-banner
v1.0.0
2015-11-28 14:01 UTC
Requires
- php: >=5.5.0
This package is auto-updated.
Last update: 2026-03-12 06:32:21 UTC
README
Adds one of those obnoxious cookie warning banners to your site. Instead of using JavaScript to add the banner, the markup is on the DOM at page load.
Setup
Add the following to your templates where you want the banner to appear:
[cookiebanner]We know you don't care but we use cookies. <a href="/cookies">More information</a>[/cookiebanner]
Optional attributes:
class- defaults tocookiebannermaxAge- defaults to 1 year
Example output
<div class="cookiebanner"> We know you don't care but we use cookies. <a href="/cookies">More information</a> </div>
Cookie Usage
Ironically, the plugin needs to create a cookie so that the server knows not to show the banner after its been shown once. In case you need to add this to your privacy policy, the cookie created is called _seen_cookie_notice.