Skip to content

Instantly share code, notes, and snippets.

@matgargano
Created March 4, 2019 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matgargano/ab17ee8150d5794c0b39fedb7e443c7d to your computer and use it in GitHub Desktop.
Save matgargano/ab17ee8150d5794c0b39fedb7e443c7d to your computer and use it in GitHub Desktop.
<?php
if ( ! defined( 'WP_ROCKET_KEY' ) ) {
define( 'WP_ROCKET_KEY', '12345fake');
}
// Your email, the one you used for the purchase.
if ( ! defined( 'WP_ROCKET_EMAIL' ) ) {
define( 'WP_ROCKET_EMAIL', 'fake@fakeguy.com' );
}
define('WP_CACHE', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment