w3tc_pgcache_flush_post_queued_urls

w3tc_pgcache_flush_post_queued_urls

Hook Type: filter
See hook in action

See hook in core

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

apply_filters('w3tc_pgcache_flush_post_queued_urls') is found 1 times:

  • /PgCache_Flush.php line 315
    		}
    
    		// add mirror urls.
    		$full_urls = Util_PageUrls::complement_with_mirror_urls( $full_urls );
    		$full_urls = apply_filters( 'w3tc_pgcache_flush_post_queued_urls', $full_urls );
    
    		if ( $this->debug_purge ) {
    			Util_Debug::log_purge( 'pagecache', 'flush_post', $post_id, $full_urls );
    		}
    
    		// Queue flush.
    

See this hook used in plugins: