w3tc_usage_statistics_history_set
w3tc_usage_statistics_history_set
Appears in: w3-total-cache.2.8.10, w3-total-cache.2.8.11, w3-total-cache.2.8.12, w3-total-cache.2.8.8, w3-total-cache.2.8.9
Hook Type: filter
See hook in action
Displaying hooks found in version: w3-total-cache.2.8.9apply_filters('w3tc_usage_statistics_history_set') is found 1 times:
- /UsageStatistics_StorageWriter.php line 332
$history_count = count( $history ); } } $history = apply_filters( 'w3tc_usage_statistics_history_set', $history ); update_site_option( 'w3tc_stats_hotspot_start', $this->now ); update_site_option( 'w3tc_stats_history', wp_json_encode( $history ) ); } }