Created
August 4, 2021 22:53
-
-
Save rafiahmedd/4b06a8a2671b2d34febe33201b87eb11 to your computer and use it in GitHub Desktop.
Track disable in CRM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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