w3tc_pagecache_flush_url

w3tc_pagecache_flush_url

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: w3-total-cache.2.8.2

apply_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 ) {
    

See this hook used in plugins: