w3tc_pagecache_flush_url
w3tc_pagecache_flush_url
Appears in: w3-total-cache.2.8.0, w3-total-cache.2.8.2
Hook Type: filter
See hook in action
Displaying hooks found in version: w3-total-cache.2.8.2apply_filters('w3tc_pagecache_flush_url') is found 1 times:
- /PgCache_Flush.php line 341
* @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 ) {