Created
January 20, 2015 09:45
-
-
Save jbma/aa9e6f36bd80e28deb1e 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: Use PHP Cache with WP Rocket | |
Author: Jean-Baptiste (WP Rocket Team) | |
Author URI: http://wp-rocket.me | |
*/ | |
add_filter( 'rocket_htaccess_mod_rewrite', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment