w3tc_cdn_cf_flush_all_uris

w3tc_cdn_cf_flush_all_uris

Hook Type: filter

See hook in core

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

apply_filters('w3tc_cdn_cf_flush_all_uris') is found 1 times:

  • /Cdnfsd_CloudFront_Engine.php line 57
    	 * Flushes CDN completely
    	 */
    	public function flush_all() {
    		$api = $this->_api();
    		$uris = apply_filters( 'w3tc_cdn_cf_flush_all_uris', array( '/*' ) );
    
    		$api->createInvalidation( array(
    				'DistributionId' => $this->distribution_id,
    				'InvalidationBatch' => array(
    					'CallerReference' => 'w3tc-' . 	microtime(),
    					'Paths' => array(