Giter Club home page Giter Club logo

we-use-cookies's Introduction

We Use Cookies

WordPress cookie notice plugin for developers.

screenshot

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.

Installation

  1. Download the ZIP.
  2. Extract the folder to /wp-content/plugins/.

or

cd /wp-content/plugins/
git clone https://github.com/Brugman/we-use-cookies.git

Update

  1. Download the new ZIP.
  2. Replace the old folder in /wp-content/plugins/.

or

cd /wp-content/plugins/we-use-cookies/
git pull

Optional configuration

Set cookie notice text

add_filter( 'wuc_message', function ( $message ) {
    return 'Hello world.';
});

Activate more info link

add_filter( 'wuc_more_info_page_id', function () {
    return 25;
});

Change the position & size

Positioning: top, bottom, left, center, right.
Size: wide.

add_filter( 'wuc_classes', function ( $classes ) {
    return 'top right wide';
});

Disable the default CSS

add_filter( 'wuc_css', '__return_false' );

FAQ

Does this plugin make my site GDPR compliant?

I don't know. Ask your legal advisor.

Contributing

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.

Author

Tim Brugman

we-use-cookies's People

Contributors

brugman avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

wpinfusion

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.