w3tc_usage_statistics_history_set, $history

w3tc_usage_statistics_history_set, $history

Hook Type: filter

See hook in core

Displaying hooks found in version: w3-total-cache.2.10.3

apply_filters('w3tc_usage_statistics_history_set, $history') 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 ) );
    	}
    }