w3tc_pagecache_flush_url
w3tc_pagecache_flush_url
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
See hook in action
Displaying hooks found in version: w3-total-cache.2.8.9apply_filters('w3tc_pagecache_flush_url') is found 1 times:
- /PgCache_Flush.php line 450
* @return void */ private function _flush_url( $data ) { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore $data['parent'] = $this; $data = apply_filters( 'w3tc_pagecache_flush_url', $data ); if ( empty( $data ) || empty( $data['url'] ) ) { return; } foreach ( $data['mobile_groups'] as $mobile_group ) { foreach ( $data['referrer_groups'] as $referrer_group ) {