w3tc_flush_after_minify

w3tc_flush_after_minify

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

See hook in core

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

do_action('w3tc_flush_after_minify') is found 1 times:

  • /CacheFlush_Locally.php line 78
     
    		do_action( 'w3tc_flush_minify' );
    		$minifycache = Dispatcher::component( 'Minify_MinifiedFileRequestHandler' );
    		$v = $minifycache->flush( $extras );
    		do_action( 'w3tc_flush_after_minify' );
    
    		return $v;
    	}
    
    	function minifycache_flush_all( $extras = array() ) {
    		$this->minifycache_flush( $extras );