Description
Display a information message at page’s bottom (default) about Europe Cookies Law.
Settings Tabs
- About: This tab is to show information about the plugin.
- Information Box: This tab is where you configure the information box. You can define box title, text and position.
- Cookies: This tab is to add/remove cookies specifications. If some unknow cookies is found, then it are listed to add.
Additional, you can use the [tap-cookies] or [tap_cookies] shortcodes on page and widgets to display the cookie list registered.
More information
Arbitrary section
Nothing for now
Updates
The basic structure of this plugin was cloned from the WordPress-Plugin-Boilerplate project.
This plugin supports the GitHub Updater plugin, so if you install that, this plugin becomes automatically updateable direct from GitHub. Any submission to WP.org repo will make this redundant.
Installation
This section describes how to install the plugin and get it working.
Using The WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Search for ‘plugin-name’
- Click ‘Install Now’
- Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Navigate to the ‘Upload’ area
- Select
plugin-name.zip
from your computer - Click ‘Install Now’
- Activate the plugin in the Plugin dashboard
Using FTP
- Download
plugin-name.zip
- Extract the
plugin-name
directory to your computer - Upload the
plugin-name
directory to the/wp-content/plugins/
directory - Activate the plugin in the Plugin dashboard
FAQ
Nothing for now
Reviews
There are no reviews for this plugin.
Contributors & Developers
“TAP Cookies” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “TAP Cookies” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.5
- Tested up to WordPress 4.5.3
- Fixed some css styles
1.2.4
- Tested up to WordPress 4.5.2
- Added url for Bitbucket repository
1.2.3
- Tested up to WordPress 4.4
1.2.2
- Added some minor updates
1.2.1
- Minor update, on TAP_Cookies class added restriction to show information box only if the current browser not runs on a mobile device
1.2
- On TAP_Cookies class apply the following refactored:
- updated get_unknown_cookies method
- updated get_cookies method
- changed method get_cookie_message_text to get_information_box_text
- changed method get_cookie_message_title to get_information_box_title
- added method get_information_box_position
- updated single_activate method
- updated single_deactivate method
- updated enqueue_scripts method
- updated enqueue_scripts_footer method
- deleted methods check_cookies, clear_cookies, init
- updated cookies_table method
- On class TAP_Cookies_Admin apply the following refactored:
- changed settings page from single page to tabs page Using WordPress Settings Library
- deleted methods enqueue_admin_styles, enqueue_admin_scripts, add_plugin_admin_menu, display_plugin_admin_page, add_action_links, validate_settings, edit_options, settings_field_cookie_message, settings_field_cookies, register_settings
- updated method unknown_cookies_detected_dashboard_widget
- updated method dashboard_setu
1.0
- Initial release.