Support » Plugin: WP Statistics » how to disable own ip from stats ?

Viewing 1 replies (of 1 total)
  • Plugin Author Mostafa Soufi

    (@mostafas1990)

    Hi,
    you can nulled get_IP function in the plugin class.
    open statistics.class.php and goto line 95 and replace:
    return $this->ip;
    to:
    return "";

Viewing 1 replies (of 1 total)
  • The topic ‘how to disable own ip from stats ?’ is closed to new replies.