Home Forums Newsletter Plugin Support Legacy themes not setting tracking default

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #271702
    Anonymous
    Inactive

    My legacy theme always defaults to “Track clicks and message opening” being set to “Yes”. Even if I set the plugin’s Advanced setting for “Tracking default” to “No”.

    The problem is in the file newsletter/emails/emails.php

    Line 936:
    $email[‘track’] = 1;

    This should be:
    $email[‘track’] = Newsletter::instance()->options[‘track’];

    #272093
    Stefano
    Keymaster

    Thank you for reporting!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.