Changeset 3486980
- Timestamp:
- 03/20/2026 06:33:35 AM (13 days ago)
- Location:
- wcookie/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wcookie.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wcookie/trunk/readme.txt
r3486979 r3486980 1 === wcookie === 2 Tags: cookie, site management, cookiecookie, consentcookie law, GDPR 1 === wCookie === 3 2 Contributors: ajaylulia 3 Tags: cookie, cookie notice, gdpr, consent, privacy 4 4 Requires at least: 5.0 5 Requires PHP: 8.05 Requires PHP: 7.4 6 6 Tested up to: 6.9 7 7 Stable tag: 1.0 … … 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 The wCookie plugin for Wordpress lets you display a cookie (or other legal) notice on your Wordpress website and inform the visitors that your site uses cookies. 11 Display a customizable cookie notice with flexible positions, HTML support, styling options, and responsive design. 12 12 13 13 == Description == 14 Display a customizable cookie notice on your WordPress site with flexible positions, HTML support, styling options, and full mobile responsive design. 14 15 wCookie allows you to display a cookie or legal notice on your WordPress website to inform visitors about cookie usage and compliance requirements. 16 17 You can customize the notice content using HTML, add links to policy pages, and control the appearance with styling options. 18 19 The plugin provides multiple display positions including top, bottom, bottom left, bottom right, and floating layouts. It is fully responsive and works across all devices. 20 21 == Features == 22 23 * Customizable cookie notice text with HTML support 24 * Multiple display positions (Top, Bottom, Bottom Left, Bottom Right, Floating) 25 * Custom styling options for colors and layout 26 * Fully mobile responsive design 27 * Easy setup and configuration 15 28 16 29 == Installation == 17 1. Upload wcookie.php to the /wp-content/plugins/ directory. 30 31 1. Upload the plugin files to the `/wp-content/plugins/wcookie` directory, or install via the WordPress plugin screen. 18 32 2. Activate the plugin through the ‘Plugins’ menu in WordPress. 33 3. Configure the plugin settings as needed. 34 35 == Frequently Asked Questions == 36 37 = Can I customize the notice text? = 38 Yes, you can use HTML to customize the message and add links. 39 40 = Does it work on mobile devices? = 41 Yes, the plugin is fully responsive and works on all screen sizes. 42 43 == Changelog == 44 45 = 1.0 = 46 47 * Initial release 48 49 == Upgrade Notice == 50 51 = 1.0 = 52 Initial release of the plugin. -
wcookie/trunk/wcookie.php
r3486979 r3486980 2 2 3 3 /* 4 Plugin Name: wCookie5 Description: The wCookie plugin for wordpress lets you display a cookie (or other legal) notice on your wordpress website and inform the visitors that your site uses cookies.6 Author: Ajay Lulia 7 Version: 1.0 8 License: GPLv2 or later9 License URI: https://www.gnu.org/licenses/gpl-2.0.html4 * Plugin Name: wCookie 5 * Description: The wCookie plugin for wordpress lets you display a cookie (or other legal) notice on your wordpress website and inform the visitors that your site uses cookies. 6 * Version: 1.0 7 * Author: Ajay Lulia 8 * License: GPLv2 or later 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 */ 11 11
Note: See TracChangeset
for help on using the changeset viewer.