Useful Code Snippets

Disable Email Open Tracking

add_filter('fluentcrm_disable_email_open_tracking', '__return_true');

Disable Email Link Clicks and short URLs

add_filter('fluent_crm/track_click', '__return_false');

Add your first comment to this post