w3tc_usage_statistics_history_set
Like this:
Like Loading...
Hook Type: filter
See hook in action
Displaying hooks found in version: w3-total-cache.2.8.8
apply_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 ) );
}
}
Like this:
Like Loading...
See this hook used in plugins: