w3tc_preflush_group, true, $w3tc_group, $extras
w3tc_preflush_group, true, $w3tc_group, $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_group, true, $w3tc_group, $extras') is found 1 times:
- /CacheFlush_Locally.php line 333
* * @return void */ public function flush_group( $w3tc_group, $extras ) { $do_flush = apply_filters( 'w3tc_preflush_group', true, $w3tc_group, $extras ); if ( $do_flush ) { do_action( 'w3tc_flush_group', $w3tc_group, $extras ); } } /**