Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author eskapism

    (@eskapism)

    To store full IP-addresses you can use this filter:

    // Disable IP anonymization to allow full
    // IP address to be added to events.
    // e.g. "17.253.144.10" will be stored
    // instead of "17.253.144.x".
    add_filter( 'simple_history/privacy/anonymize_ip_address', '__return_false' );

    Thread Starter Uhtred

    (@bambootb)

    Hi, where are you suggest to add filter?

    Theme function.php or Mu-plugin?

    Plugin Author eskapism

    (@eskapism)

    I don’t think it matters, so just put it where it’s easiest for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is there a way to view all IPs?’ is closed to new replies.