varnish_flush_post_queued_urls

varnish_flush_post_queued_urls

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

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

apply_filters('varnish_flush_post_queued_urls') is found 1 times:

  • /Varnish_Flush.php line 382
    			// add mirror urls
    			$full_urls = Util_PageUrls::complement_with_mirror_urls(
    				$full_urls );
    
    			$full_urls = apply_filters( 'varnish_flush_post_queued_urls',
    				$full_urls );
    
    			/**
    			 * Queue flush
    			 */
    			if ( count( $full_urls ) ) {
    

See this hook used in plugins: