• Would it be possible to add an option where the plugin only ads the tracker script for logged in users. Something like this maybe?

    includes/tracker.php

    if ( !is_user_logged_in() ) {
      $include_code = false;
    }
    • This topic was modified 9 years, 4 months ago by mtws.
Viewing 1 replies (of 1 total)
  • Plugin Author Ajay

    (@ajay)

    I think that’s a good feature. Let me put it on the list in the Github repository. I might implement this in the next update.

Viewing 1 replies (of 1 total)

The topic ‘Feature request: Only track logged in users’ is closed to new replies.