Take your business to next level
Become part of our growing family of +600,000 users and get the tools you need to make smart choices for your website. Simple, powerful insights are just a click away.
The “Your IP Information” section in the WP Statistics plugin, located at Settings → Advanced Options → Your IP Information, can be disabled using a WordPress filter. Follow these steps to apply the necessary filter:
functions.php
File:functions.php
file from the list on the right.Copy and paste the following code snippet into the functions.php
file:
/**
* Disable the "Your IP Information" section in WP Statistics settings page.
*/
add_filter('wp_statistics_ip_detection_preview', '__return_false');
After adding the code, click the Update File button to save the changes.
Once you have added the filter either through the functions.php
file, the “Your IP Information” section should no longer be visible on the WP Statistics settings page.
We use Ipify to show your current IP address on this page.
Privacy Policy: Ipify Privacy Policy
Become part of our growing family of +600,000 users and get the tools you need to make smart choices for your website. Simple, powerful insights are just a click away.