Tagged: GDPR
Is there a way to add the except cookies requirement for when a user visits from the EU? Our business is in California, and our customers are local. Google Analytics requires compliance for more granular tracking, or I would just skip adding it.
Thanks
Hey tzujan,
Thank you for the inquiry.
This may be possible by editing the includes > helper-privacy.php file > handler_wp_footer_cookie_consent_bar function. This function is responsible for rendering the cookie consent bar, so you can add a logic inside it that checks if the user is from EU.
Best regards,
Ismael