Title: decapeter's Replies | WordPress.org

---

# decapeter

  [  ](https://wordpress.org/support/users/decapeter/)

 *   [Profile](https://wordpress.org/support/users/decapeter/)
 *   [Topics Started](https://wordpress.org/support/users/decapeter/topics/)
 *   [Replies Created](https://wordpress.org/support/users/decapeter/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/decapeter/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/decapeter/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/decapeter/engagements/)
 *   [Favorites](https://wordpress.org/support/users/decapeter/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Tracker] change track url](https://wordpress.org/support/topic/change-track-url/)
 *  Thread Starter [decapeter](https://wordpress.org/support/users/decapeter/)
 * (@decapeter)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/change-track-url/#post-10378931)
 * i also have 1.3.6
 * Yes that’s this function, comment every lines in this function and add :
    `return"
   <img src='" . get_site_url() . "/index.php?main_action=track-email.php&action
   =o&pk=".$email_id."' alt='mydomain.com' /></a>";`
 * This code allow only open tracking.
 * it should work :/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Tracker] change track url](https://wordpress.org/support/topic/change-track-url/)
 *  Thread Starter [decapeter](https://wordpress.org/support/users/decapeter/)
 * (@decapeter)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/change-track-url/#post-10377642)
 * i already solve it, replace this in /model/TrackEmail.php:
 * – comment lines 117 to 120
    – replace line 121: `return "<img src='" . get_site_url().
   $this->rw_url_email_open . $email_id . "/track-log' alt='track' />";` by `return"
   <img src='" . get_site_url() . "/index.php?main_action=track-email.php&action
   =o&pk=".$email_id."' alt='mydomain.com' /></a>";`
 * Now it send email with visible URL.

Viewing 2 replies - 1 through 2 (of 2 total)