Display Cookies Shortcode
开发者 |
jayhybrid
|
更新时间 |
2019年9月9日 20:55 |
PHP版本: |
5.2.4 及以上 |
WordPress版本: |
5.2 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
List all existing cookies for the visitor by using the shortcode [hs_cookies].
On the frontend, users may click on a tab in order to see the cookie and expand their contents.
安装:
- Upload
plugin-name.php
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Place
<?php do_action('plugin_name_hook'); ?>
in your templates
屏幕截图:
更新日志:
0.2.3.8
- Added text in case no cookies are currently present
0.2.3.7
0.2.3.6
- Fixed Undefined variable warning
0.2.3.5
- Removed Privacy policy link
0.2.3.4
0.2.3.3
0.2.3.2
0.2.3.1
- Changed source language to english
0.2.1
0.2
- Changed filestructure
- updated readme
- added image assets
0.1