How to get nulled best cache wp plugin

79 Likes Comment

Here I’ll tell you how to get nulled the best cache wp plugin. WP-Rocket.

  1. Download and extract a fresh ( not nulled ) wp-rocket zip file from a trusted source ( no malware, no virus ).
  2. Open the file inc/functions/options.php
  3. Find and replace :
function rocket_valid_key() {
	return true;

	$rocket_secret_key = get_rocket_option( 'secret_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' ) ) );
}

Replace as:

function rocket_valid_key() {
	return true;
}

You might like

Avatar

About the Author: Toc Xoan

Leave a Reply

Your email address will not be published. Required fields are marked *