w3tc_usage_statistics_summary_from_history, $summary, $history
w3tc_usage_statistics_summary_from_history, $summary, $history
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_usage_statistics_summary_from_history, $summary, $history') is found 1 times:
- /UsageStatistics_StorageReader.php line 73
$period['seconds'] = $timestamp_end - $timestamp_start; $summary['period'] = $period; $summary['timeout_time'] = time() + 15; $summary = apply_filters( 'w3tc_usage_statistics_summary_from_history', $summary, $history ); } $summary['period']['to_update_secs'] = (int) $w->get_hotspot_end() - time() + 1; unset( $summary['memcached_servers'] ); unset( $summary['redis_servers'] );