-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
70 lines (53 loc) · 2.15 KB
/
Copy pathreadme.txt
File metadata and controls
70 lines (53 loc) · 2.15 KB
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
69
70
=== Rundiz Cookie Notice ===
Contributors: okvee
Tags: cookie consent
Tested up to: 7.0
Stable tag: 0.2.9
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.
}
```
Tested up to PHP 8.5.
== 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.9 =
2025-03-18
* Update load text domain to be inside `init` hook.