How to Null WP Rocket Plugin

Requirements

  1. Not nulled WP-Rocket plugin source.
  2. Any Text Editor you prefer. i personally recommend Sublime Text.

##How to null ?

  1. first extract your not nulled wp-rocket plugin zip file. then go to /inc/functions and open options.php
  2. find the following code line

ā€‹`function rocket_valid_key() {
if ( ! $rocket_secret_key ) {
return false;
}

return 8 === strlen( get_rocket_option( 'consumer_key' ) ) && hash_equals( $rocket_secret_key, hash( 'crc32', get_rocket_option( 'consumer_email' ) ) );

}03) replace it with the following code to bypass activationfunction rocket_valid_key() {
return true;
}`
04) save changes to options.php file. now you have 100% working nulled WP-Rocket Plugin .

9 Likes

Thanks. Please post something for elementor pro as well

2 Likes

@HackedHack , If you want the pro version for free you can download it from my drive. Here is the link.

Cheers!

Note : All credit goes to original builders of this theme and person who modified it, Use it for learning and personal use only.

3 Likes