w3tc_minify_processed, $buffer
w3tc_minify_processed, $buffer
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_minify_processed, $buffer') is found 1 times:
- /Minify_Plugin.php line 244
$minifier = new Minify_AutoCss( $this->_config, $buffer, $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'] ) ) {