w3tc_preflush_cdn_all, true, $extras
w3tc_preflush_cdn_all, true, $extras
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_preflush_cdn_all, true, $extras') is found 1 times:
- /CacheFlush_Locally.php line 200
* * @return bool True if purge succeeded, false otherwise. */ public function cdn_purge_all( $extras = array() ) { $do_flush = apply_filters( 'w3tc_preflush_cdn_all', true, $extras ); $v = false; if ( $do_flush ) { do_action( 'w3tc_cdn_purge_all' ); $cdn_core = Dispatcher::component( 'Cdn_Core' ); $cdn = $cdn_core->get_cdn();