Tracking clicks setting not saving properly
-
Hi,
I have “Click Tracking” set to “No” in the plugin settings, however if I var_dump the value of get_option(“mailgun”) the value of “track-opens” is actually “0” and not unset, so the code in includes/wp-mail.php line 143:
$body['o:tracking-opens'] = isset( $mailgun['track-opens'] ) ? "yes" : "no";
Doesn’t work as intended.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Tracking clicks setting not saving properly’ is closed to new replies.