Disabling link tracking not working
-
I disabled the the link tracking using the snippet below. FluentCRM confirms this in the dash with ‘Email Open tracking is disabled via PHP Hook’
However, after sending a campaign, FluentCRM gives all the stats, link activity and opens. So it appears to not have disabled. Have I missed something?
add_filter(‘fluentcrm_disable_email_open_tracking’, ‘__return_true’);
add_filter(‘fluentcrm_track_click’, ‘__return_false’);
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Disabling link tracking not working’ is closed to new replies.