Skip to content

Instantly share code, notes, and snippets.

@rafiahmedd
Created August 4, 2021 22:53
Show Gist options
  • Select an option

  • Save rafiahmedd/4b06a8a2671b2d34febe33201b87eb11 to your computer and use it in GitHub Desktop.

Select an option

Save rafiahmedd/4b06a8a2671b2d34febe33201b87eb11 to your computer and use it in GitHub Desktop.
Track disable in CRM
add_filter('fluentcrm_disable_email_open_tracking', '__return_true');
add_filter('fluentcrm_track_click', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment