w3tc_cdn_cf_flush_all_uris
w3tc_cdn_cf_flush_all_uris
Appears in: w3-total-cache.2.1.4, w3-total-cache.2.1.5, w3-total-cache.2.1.6, w3-total-cache.2.1.7, w3-total-cache.2.1.8, w3-total-cache.2.1.9, w3-total-cache.2.2.1, w3-total-cache.2.2.12, w3-total-cache.2.2.3, w3-total-cache.2.2.4, w3-total-cache.2.2.6, w3-total-cache.2.2.7, w3-total-cache.2.2.9, w3-total-cache.2.3.0, w3-total-cache.2.3.1, w3-total-cache.2.3.2, w3-total-cache.2.3.3, w3-total-cache.2.4.1, w3-total-cache.2.5.0, w3-total-cache.2.6.0, w3-total-cache.2.6.1, w3-total-cache.2.7.0, w3-total-cache.2.7.2, w3-total-cache.2.7.5, w3-total-cache.2.7.7, w3-total-cache.2.8.0
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.8.0apply_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(