w3tc_minify_processed

w3tc_minify_processed

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

See hook in core

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

apply_filters('w3tc_minify_processed') is found 1 times:

  • /Minify_Plugin.php line 194
    					$this->minify_helpers );
    				$buffer = $minifier->execute();
    			}
    
    			$buffer = apply_filters( 'w3tc_minify_processed', $buffer );
    		} else {
    			if ( $css_enable ) {
    				$style = $this->get_style_group( 'include' );
    
    				if ( $style['body'] ) {
    					if ( $this->_custom_location_does_not_exist( '/<!-- W3TC-include-css -->/', $buffer, $style['body'] ) )