Skip to content

List all cookies used on your site (WordPress plugin)

Notifications You must be signed in to change notification settings

versluis/Cookies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Show Me The Cookies

WordPress Plugin to that lists all cookies used on your site.

View Cookies in the Admin Area

Show cookies to your visitors (optional)

Usage

Add the shortcode [cookies] in any post or page to display a list of all current site cookies for your visitors.

Once activated, there's a small options page under Appearance - Cookies with a preview, which is only visible to site admins.

You also have the option to exclude WordPress cookies, which filters anything containting the string "wordpress" or "wp" in the cookie title. Use the shortcode [cookies-nowp] to display the filtered list.

If you like, you can repalce the default separator (a colon) between the cookie and its value with your own string inside the opening and closing tags. For example [cookies] ==> [/cookies].

Attributions

  • This plugin is based on code by David Artiss.
  • He subsequently made it available in this Gist.
  • John Brown discovered it and asked me to filter out WordPress cookies for his project, as a function for his child theme.
  • I loved the idea so much that I decided to wrap it up as this standalone plugin for everybody.

Further Reading

About

List all cookies used on your site (WordPress plugin)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages