w3tc_usage_statistics_of_request, $this->storage

w3tc_usage_statistics_of_request, $this->storage

Hook Type: action

See hook in core

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

do_action('w3tc_usage_statistics_of_request, $this->storage') is found 1 times:

  • /UsageStatistics_Core.php line 101
    		} else {
    			$this->storage->maybe_flush_hotspot_data();
    		}
    
    		do_action( 'w3tc_usage_statistics_of_request', $this->storage );
    	}
    
    	/**
    	 * Applies metrics before WordPress initialization and exits if required.
    	 *
    	 * If the plugin is already loaded, it skips processing as metrics will be handled by the shutdown method.