w3tc_pagecache_flush_all_groups
w3tc_pagecache_flush_all_groups
Appears in: w3-total-cache.2.8.10, w3-total-cache.2.8.11, w3-total-cache.2.8.12, w3-total-cache.2.8.8, w3-total-cache.2.8.9
Hook Type: filter
See hook in action
Displaying hooks found in version: w3-total-cache.2.8.9apply_filters('w3tc_pagecache_flush_all_groups') is found 1 times:
- /PgCache_Flush.php line 367
if ( 'cache' === $this->_config->get_string( 'pgcache.rest' ) ) { $groups_to_flush[] = 'rest'; } $groups_to_flush = apply_filters( 'w3tc_pagecache_flush_all_groups', $groups_to_flush ); foreach ( $groups_to_flush as $group ) { $cache = $this->_get_cache( $group ); $cache->flush( $group ); }