Undocumented GDPR breaking change
-
FluentCRM is by default tracking link clicks (even though there’s no option to do it conditionally depending on explicit consent). Luckily, there’s a filter to disable all tracking while waiting for GDPR compliant tracking to be added. This filter has however been renamed, without any mention of it in the changelog. The documentation on FluentCRM’s website and Github repo hasn’t been updated and still list the currently inactive filter.
Here’s the new filter.
add_filter( 'fluent_crm/track_click', '__return_false', 10, 0 );Info for WPManageNinja: Please make sure future renamings and deprecations of filters are clearly mentioned in the changelogs. I suppose
fluentcrm_disable_email_open_trackingwill be renamed soon to keep the name in line with the rest of the filters. Please update your documentation as well, both on https://fluentcrm.com/docs/useful-code-snippets/ and https://github.com/FluentCRM/fluent-crm/wiki/Useful-FluentCRM-Hooks.
The topic ‘Undocumented GDPR breaking change’ is closed to new replies.