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.8.8

apply_filters('varnish_flush_post_queued_urls') is found 1 times:

  • /Varnish_Flush.php line 494
     
    			// 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 ) ) {
    				foreach ( $full_urls as $url ) {
    

See this hook used in plugins: