-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
68 lines (52 loc) · 2.13 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
=== Rundiz Cookie Notice ===
Contributors: okvee
Tags: cookie consent
Tested up to: 6.8
Stable tag: 0.2.8
License: MIT
License URI: https://opensource.org/licenses/MIT
Requires at least: 4.0
Requires PHP: 7.0
Rundiz Cookie Notice allows you to easily inform users that your site uses cookies and helps you comply with the EU GDPR cookie law and CCPA regulations.
== Description ==
Rd Cookie Notice allows you to easily inform users that your site uses cookies and helps you comply with the EU GDPR cookie law and CCPA regulations.
This is a fork of Cookie Notice 1.3.2 by dFactory and will be developed and supported in the following ways:
* Will always be free
* Will stick to its core purpose (irrelevant Coronavirus-related features have been stripped out)
* Will no longer show unnecessary admin notices
* Will become more customisable (in particular, button colours)
= Features include: =
* Customizable message
* Redirects users to specified page for more information
* Multiple cookie expiry options
* Link to Privacy Policy page
* WordPress Privacy Policy page synchronization
* Option to accept the notice on scroll
* Option to set on scroll offset
* Option to accept the notice with any page click
* Option to refuse the consent
* Option to revoke the consent
* Option to manually block scripts
* Option to reload the page after accepting the notice
* Select the position of the notice container
* Select the position of the privacy policy link
* Animate the container after notice is accepted
* Select from 3 buttons style
* Set the text and bar background colors
* WPML and Polylang compatible
* SEO friendly
* .pot file for translations included
= Usage: =
If you'd like to code a functionality depending on the cookie notice value use the function below:
```
if (function_exists('cn_cookies_accepted') && cn_cookies_accepted()) {
// Your code to work when cookies consent was accepted.
}
```
== Installation ==
Download the latest release.
Go to the admin plugins page, click the 'Add New' button, then click the 'Upload Plugin' button and upload the zip file.
== Changelog ==
= 0.2.8 =
2024-05-23
* Fix link to settings page from plugins page.