w3tc_minify_css_do_flush_collected

w3tc_minify_css_do_flush_collected

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('w3tc_minify_css_do_flush_collected') is found 1 times:

  • /Minify_AutoCss.php line 266
    	 */
    	private function flush_collected( $last_style_tag ) {
    		if ( count( $this->files_to_minify ) <= 0 )
    			return;
    		$do_flush_collected = apply_filters( 'w3tc_minify_css_do_flush_collected',
    			true, $last_style_tag, $this );
    		if ( !$do_flush_collected )
    			return;
    
    		// find embed position
    		$embed_pos = $this->embed_pos;