Real_Current_Date( 'Y-m-d', '-0', $rangestart_utime ), $WP_Statistics->Real_Current_Date( 'Y-m-d', '-0', $rangeend_utime ) ); $count = 0; foreach ( $uris as $uri ) { $count ++; for ( $i = $daysToDisplay; $i >= 0; $i -- ) { $stats[ $uri[0] ][] = wp_statistics_pages( '-' . ( $i + $daysInThePast ), $uri[0] ); } if ( $count > 4 ) { break; } } for ( $i = $daysToDisplay; $i >= 0; $i -- ) { $date[] = "'" . $WP_Statistics->Real_Current_Date( 'M j', '-' . $i, $rangeend_utime ) . "'"; } ?>