pgcache_flush_post_queued_urls

pgcache_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('pgcache_flush_post_queued_urls') is found 1 times:

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

See this hook used in plugins: