w3tc_flush_after_fragmentcache

w3tc_flush_after_fragmentcache

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

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

do_action('w3tc_flush_after_fragmentcache') is found 1 times:

  • /CacheFlush_Locally.php line 103
    			return;
    		}
    
    		do_action( 'w3tc_flush_fragmentcache' );
    		do_action( 'w3tc_flush_after_fragmentcache' );
    
    		return true;
    	}
    
    	/**
    	 * Flushes a specific fragment cache group.