# Fripixel Cookies Permission Plugin

this plugin creates a shortcode to insert cookie consention box in your website!

### just insert the shortcode in the website footer.

```php
    <?php
      echo do_shortcode("[fripixel_cookies_permission]");
    ?>
```

```php
// Options
[
  "title"         => "Box title",
  "content"       => "The Cookie Policy text",
  "button_accept" => "The button text"
]
```