Light Weight Cookie Popup

Light Weight Cookie Popup Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 990 downloads
Light Weight Cookie Popup Icon

Try plugin: Light Weight Cookie Popup

We'll create fresh WordPress site with Light Weight Cookie Popup installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Light Weight Cookie Popup

Light Weight Cookie Popup allows you to inform to users that your site uses cookies and to comply with the EU cookie law regulations.

0


0


0


0


0

updated: 10 months ago
since: 6 years ago
author: Tushar Kapdi

Description

Try it out on your free dummy site: Click here => https://tastewp.com/new?pre-installed-plugin-slug=light-weight-cookie-popup&redirect=options-general.php%3Fpage%3Dlwcp&ni=true

Light Weight Cookie Popup where you can inform to users that your site uses cookies and to comply with the EU cookie law regulations.

Options

  • Message (optional)
  • Cookie Expiry (optional) : Default – 1 day
  • Country (Display within selected countries) (optional) : Default – All Countries
  • Position: Top/Bottom (optional) : Default – Bottom
  • Popup Padding (optional) : Default – 15px
  • Popup Background Color (optional) : Gray
  • Popup Text Color (optional) : Default – Black
  • Popup Font Size (optional) : Default – 13px
  • Hide Close Button (optional) : Default – Show
  • Close Button Text (optional) : Default – x
  • Hide Accept Button (optional) : Default – Show
  • Accept Button Text (optional) : Default – Ok
  • Accept Button Background Color (optional) : Default – inherited from button tag
  • Accept Button Text Color (optional) : Default – inherited from button tag
  • Accept Button Class (optional)
  • Hide Read More Link (optional) : Default – Show
  • Read More Color (optional) : Default – inherited from theme style
  • Read More Text (optional) : Default – Read more…
  • Read More Link (optional) : Default – #
  • Reamore Link Target (optional) : Default – _self
  • Reamore Link class (optional)
  • Multi language compatible
  • .pot file included for translations

Filters and Functions

The code would be placed in your theme functions.php file or a custom plugin.

Would you like to do something if cookie accepted

<?php
if ( function_exists('LWCP_cookie_accepted') && LWCP_cookie_accepted() ) {
    // Write your code here
}
?>

This example for the override options by filtering ‘lwcp_options_args’ filter.

<?php
function my_popup_options_args_filter( $options ) {
    // do something with $options
    return $options;
}
add_filter( 'lwcp_options_args', 'my_popup_options_args_filter', 10, 1 );
?>

This example for the override output by filtering ‘lwcp_cookie_output’ filter.

<?php
function my_popup_output_filter( $output, $options ) {
    // do something with $output and $options
    return $output;
}
add_filter( 'lwcp_cookie_output', 'my_popup_output_filter', 10, 2 );
?>

More Information

Support

Did you enjoy this plugin? Please donate to support ongoing development. Your contribution would be greatly appreciated.