Skip to content

Instantly share code, notes, and snippets.

@matgargano
Created March 4, 2019 13:59
Show Gist options
  • Select an option

  • Save matgargano/ab17ee8150d5794c0b39fedb7e443c7d to your computer and use it in GitHub Desktop.

Select an option

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', '[email protected]' );
}
define('WP_CACHE', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment