w3tc_usage_statistics_history_set

w3tc_usage_statistics_history_set

Hook Type: filter
See hook in action

See hook in core

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 ) );
    	}
    }
    
    

See this hook used in plugins: