w3tc_pagecache_flush_url_keys
w3tc_pagecache_flush_url_keys
Appears in: w3-total-cache.2.8.0, w3-total-cache.2.8.10, w3-total-cache.2.8.11, w3-total-cache.2.8.12, w3-total-cache.2.8.2, w3-total-cache.2.8.6, w3-total-cache.2.8.7, w3-total-cache.2.8.8, w3-total-cache.2.8.9
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.8.9apply_filters('w3tc_pagecache_flush_url_keys') is found 1 times:
- /PgCache_Flush.php line 473
), $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'] ); } } }