Sometimes you need to enable the Anonymize IP Addresses with PHP code for GDPR. Here is an example to do that.
add_action('init', function (){
global $WP_Statistics;
$WP_Statistics->update_option( 'anonymize_ips', '1' );
});
Sometimes you need to enable the Anonymize IP Addresses with PHP code for GDPR. Here is an example to do that.
add_action('init', function (){
global $WP_Statistics;
$WP_Statistics->update_option( 'anonymize_ips', '1' );
});
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.