• You can add the following to wp-config.php to force the tracking settings:

    define( 'MAILGUN_TRACK_CLICKS', 'no' );

    define( 'MAILGUN_TRACK_OPENS', 'no' );

    But the related settings on the settings page are not disabled, like they are for the other things you can define. This seems like an oversight.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Tracking Defines Don’t Disable Related Settings’ is closed to new replies.