w3tc_cdn_purge_files_after, $purgefiles
w3tc_cdn_purge_files_after, $purgefiles
Appears in: w3-total-cache.2.10.3
Hook Type: action
Displaying hooks found in version: w3-total-cache.2.10.3do_action('w3tc_cdn_purge_files_after, $purgefiles') is found 1 times:
- /CacheFlush_Locally.php line 230
do_action( 'w3tc_cdn_purge_files', $purgefiles ); $common = Dispatcher::component( 'Cdn_Core' ); $results = array(); $v = $common->purge( $purgefiles, $results ); do_action( 'w3tc_cdn_purge_files_after', $purgefiles ); return $v; } /** * Flushes the OPcache.