w3tc_pagecache_flush_url_keys
w3tc_pagecache_flush_url_keys
Appears in: w3-total-cache.2.8.0, w3-total-cache.2.8.2
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.8.2apply_filters('w3tc_pagecache_flush_url_keys') is found 1 times:
- /PgCache_Flush.php line 364
), $data['url'] ); $page_keys = apply_filters( 'w3tc_pagecache_flush_url_keys', $page_keys ); foreach ( $page_keys as $page_key ) { $data['cache']->delete( $page_key, $data['group'] ); } } }