Viewing 1 replies (of 1 total)
  • Plugin Author Marco Milesi

    (@milmor)

    Hi,
    a the moment you can block cookies using our provided shortcodes in the faqs.

    Google Analytics on that website is anonymized. At the moment is not very clear if this is allowed or not (at least in Italy). Of course you could wrap G.A. code in our php functions this way:

    if ( function_exists('cookie_accepted') && cookie_accepted() ) {
        // Your G.A. code
    }

    PHPSESSID and wfvt (WordFence) should be considered technical cookie and in this case the perventive block is not required.

    Regards
    MM

Viewing 1 replies (of 1 total)
  • The topic ‘Cookie law compliant treatment’ is closed to new replies.