w3tc_flush_fragmentcache_group, $w3tc_group
w3tc_flush_fragmentcache_group, $w3tc_group
Appears in: w3-total-cache.2.10.3
Hook Type: action
Displaying hooks found in version: w3-total-cache.2.10.3do_action('w3tc_flush_fragmentcache_group, $w3tc_group') is found 1 times:
- /CacheFlush_Locally.php line 118
* * @return bool Always true. */ public function fragmentcache_flush_group( $w3tc_group ) { do_action( 'w3tc_flush_fragmentcache_group', $w3tc_group ); do_action( 'w3tc_flush_after_fragmentcache_group', $w3tc_group ); return true; } /**