Coming soon: GDPR Compliance, allows you to elegantly inform users that your site uses cookies and to comply with the European Regulations in regards to data privacy.
Features include:
- Customize the cookie message
- Redirect users to a specified page for more cookie information
- Set cookie expiry
- Link to more info page
- Option to accept cookies on scrolling
- Option to set on scroll offset
- Option to refuse functional cookies
- Option to reload the page after cookies are accepted
- Select the position of the cookie message box
- Animate the message box after the cookie is accepted
- Select bottons style from None, WordPress and Bootstrap
- Set the text and bar background colors
- WPML and Polylang compatible
- SEO friendly
You can even code your own functionality depending on the cookie notice value using the function below:
if ( function_exists('ir_cookies_accepted') && ir_cookies_accepted() ) {
// Your third-party non functional code here
}