• Resolved ashiq35

    (@ashiq35)


    How to set user opt-in for this plugin via Boorlabs cookie plugin.

    Regards
    Ashiquer.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author alekv

    (@alekv)

    Our plugin works with the current version of Borlabs out of the box.

    But, at the moment our plugin automatically inserts the conversion pixel by default. In Germany the rules are changing (and maybe in other countries too) in a way that it is not allowed to accept cookies by default.

    So in case you only want to inject cookies if a visitor has explicitly accepted marketing cookies, then you need to switch the default behaviour of our plugin.

    You can do this by adding

    add_filter( 'wgact_cookie_prevention', '__return_true' );

    to your functions.php in your child theme.

    Then our plugin will not run, unless the marketing cookie has been accepted through Borlabs.

    Plugin Author alekv

    (@alekv)

    Thread Starter ashiq35

    (@ashiq35)

    wow, great thanks a lot.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Boorlabs Cookie plugin’ is closed to new replies.