Skip to content

Instantly share code, notes, and snippets.

@jbma
Created February 12, 2015 11:00
Show Gist options
  • Save jbma/4067cf55c933ba1cb282 to your computer and use it in GitHub Desktop.
Save jbma/4067cf55c933ba1cb282 to your computer and use it in GitHub Desktop.
<?php
defined( 'ABSPATH' ) or die( 'Cheatin\' uh?' );
/*
Plugin Name: Disable GZip
Author: Jean-Baptiste (WP Rocket Team)
Author URI: http://wp-rocket.me
*/
add_filter( 'rocket_htaccess_mod_deflate', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment