alaca / WP-Performance

Speed optimization plugin for Wordpress
https://wordpress.org/plugins/wp-performance/
22 stars 4 forks source link

Code loss indentation format #18

Closed cmhello closed 4 years ago

cmhello commented 4 years ago

The plugin will made the <code></code><pre></pre> code in the page to loss indentation format.

alaca commented 4 years ago

For now, you can disable HTML minify by adding this piece of code to functions.php add_filter( 'wpp_minify_html', '__return_false' );

This issue will be solved in the next plugin update. Thank you