Thread Starter
Anonymous User 16617110
(@anonymized-16617110)
It’s fixed about few hours ago or weeks ago? Because I have some site that don’t do that and other that do.
Thanks
@creationis
it’s fixed for next Version that releases soon.
Thread Starter
Anonymous User 16617110
(@anonymized-16617110)
Hi @creationis
Thanks for Screenshot.
Please change wp-content/plugins/wp-statistics/includes/log/top-referring.php
file line 55 to 58 :
$domain_name = rtrim( preg_replace( '/^https?:\/\//', '', get_site_url() ), " / " );
foreach ( array( "http", "https", "ftp" ) as $protocol ) {
foreach ( array( '', 'www.' ) as $w3 ) {
$where = " AND referred NOT LIKE '{$protocol}://{$w3}{$domain_name}%' ";
}
}
tested again and give me the result.
thanks.