Created
February 12, 2015 13:59
-
-
Save jbma/9de6e178d6c9fac4bf27 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
defined( 'ABSPATH' ) or die( 'Cheatin\' uh?' ); | |
/* | |
Plugin Name: Fix html minify | |
Author: Jonathan (WP Rocket Team) | |
Author URI: http://wp-rocket.me | |
*/ | |
add_filter('rocket_minify_html_options', '__return_empty_array'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment