w3tc_usage_statistics_sources, $summary
w3tc_usage_statistics_sources, $summary
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_sources, $summary') is found 1 times:
- /UsageStatistics_StorageReader.php line 54
'redis_servers' => array(), 'apc_servers' => array(), ); $summary = apply_filters( 'w3tc_usage_statistics_sources', $summary ); if ( count( $history ) <= 0 ) { $summary = array( 'period' => array() ); } else { $timestamp_start = $history[0]['timestamp_start']; $timestamp_end = $history[ count( $history ) - 1 ]['timestamp_end'];