このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Show Me The Cookies

説明

Show Me The Cookies displays all current cookies your site is using. Once activated, you can find this list under Appearance – Cookies.

Furthermore you can display this list to your visitors by placing the shortcode [cookies] into any post or page.

WordPress uses several cookies under the hood by default. If you’d like to filter these out, you can use the shortcode [cookies-nowp]. If you like, you can replace the default separator between the cookie name and its value by adding your own string between the opening and closing shortcode tags, for example [cookies] ==> [\cookies].

This plugin is based on code by David Artiss, who kindly made it available on GitHub. I’ve wrapped it up into this standalone plugin.

To find out more about what cookies are and what can be done with them, please read https://en.wikipedia.org/wiki/HTTP_cookie

スクリーンショット

  • List of cookies in the Admin Interface
  • Example of shortcode displayed in TwentyThirteen theme

インストール

  1. Either: Upload the entire folder cookies to the /wp-content/plugins/ directory.
  2. Or: download the ZIP file, then head over to Plugins – Add New – Install, then browse to your file
  3. Or: from Plugins – Add New, search for “show me the cookies”, to find this plugin and hit “install”
  4. Then: Activate the plugin through the ‘Plugins’ menu in WordPress
  5. You can your cookies under Appearance – Cookies

FAQ

None so far.

評価

2023年1月15日
Thank you very much for this clean and very useful plugin! It helps me a lot. It proves that simplicity is king! I suggest a little improvement to author: when there is no cookies to show, the plugin should return a string like "no cookies to show". Good work!
2021年7月26日
If you need to know which cookies are created by your WP website (because you need to set up a GDPR-compliant cookie banner, for example), then this plugin comes in handy. However, in the current version it does not display the information which component/script creates a specific cookies, which would be crucial in certain situations.
2020年7月17日
Simple to install, clear list of functional cookies on my site (which is hard to track using the inspect function on browsers because some come and go as pages load up) This plugin really helped me to nail down my cookie control and opt-in settings on my site. Thank you!
2019年4月2日
Hi there Jay, Thank you for this great little plugin. It is great for showing the list of cookies that are om a WordPress site. This really make our lives much easier. The plugin is really sweet. Cheers, John
4件のレビューをすべて表示

貢献者と開発者

Show Me The Cookies はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Show Me The Cookies” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0

  • Initial Release
  • based on code by David Artiss (thanks, David!)