w3tc_pagecache_flush_url, $w3tc_data
w3tc_pagecache_flush_url, $w3tc_data
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_pagecache_flush_url, $w3tc_data') is found 1 times:
- /PgCache_Flush.php line 450
* @return void */ private function _flush_url( $w3tc_data ) { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore $w3tc_data['parent'] = $this; $w3tc_data = apply_filters( 'w3tc_pagecache_flush_url', $w3tc_data ); if ( empty( $w3tc_data ) || empty( $w3tc_data['url'] ) ) { return; } foreach ( $w3tc_data['mobile_groups'] as $mobile_group ) { foreach ( $w3tc_data['referrer_groups'] as $referrer_group ) {