I'm using a WordPress plugin that re-sets its stats every 7 days using the following line of code:
$keep_time = 60*60*24*7; // 7 days for now (TODO: admin setting)
Could someone help me to modify the code to re-set the stats every 6 hours or every other day? I did try to try to change the 7 to 1 but it doesn't work. Probably the solution is very simple, but unfortunately I'm not a PHP programmer.
Thanks everyone for answering my question, wanted to give a vote but I don't have enough 'reputation'