Welcome to GPLDL - we are still beta - please report any bugs via the contact form.

GPLDLGPLDL
GPLDL
Download the most popular GPL licensed Premium WordPress Themes & Plugins and WooCommerce Extensions for FREE!
  • Blog
    • Blog Articles
    • Latest Updates & Additions
  • Repository
    • Full Repository
    • Premium WordPress Themes
    • Premium WordPress Plugins
    • Premium WooCommerce Extensions
    • Special Gifts for Premium Members
    • Tutorials
  • Forum
  • Free Membership
  • Donations
  • My GPLDL Account
  • Sign In
Menu back  

Reply To: Elementor Pro requiring Serial – how to null it yourself?

January 26, 2019 at 7:27 pm #20962
caj2
Participant

Below are the steps I went through to create a “nulled version” of Elementor Pro. Please note that this may not be the best way to do this, so let me know if you have a better solution. Also, the premium Elementor Library templates WILL NOT WORK, because the data for the templates are fetched from the Elementor API, which requires a valid license code to return the template data.

STEP 1:

Locate the elementor-pro directory for your installation. If you have just downloaded the zip file, you can make the following edits, rezip the folder, and then upload/activate the new zip in your WordPress installation of choice. If you have already installed the unmodified plugin, you can edit the files in the wp-content/plugins/elementor-pro/ directory.

STEP 2:

Find this block of code in the file license/api.php file:

public static function get_license_data( $force_request = false ) {
$license_data = get_transient( 'elementor_pro_license_data' );

if ( false === $license_data || $force_request ) {
$body_args = [
'edd_action' => 'check_license',
'license' => Admin::get_license_key(),
];

$license_data = self::remote_post( $body_args );

if ( is_wp_error( $license_data ) ) {
$license_data = [
'license' => 'http_error',
'payment_id' => '0',
'license_limit' => '0',
'site_count' => '0',
'activations_left' => '0',
];

self::set_license_data( $license_data, 30 * MINUTE_IN_SECONDS );
} else {
self::set_license_data( $license_data );
}
}

return $license_data;
}

Replace the code with this:

public static function get_license_data( $force_request = false ) {
return $license_data = [
'license' => Admin::get_license_key(),
'payment_id' => '0',
'license_limit' => '100',
'site_count' => '100',
'activations_left' => '100',
];
}

STEP 3:

Find this block of code in the file license/admin.php:

public static function get_license_key() {
return trim( get_option( 'elementor_pro_license_key' ) );
}

Replace with this code:

public static function get_license_key() {
return 'fb351f05958872E193feb37a505a84be';
}

You can actually replace that string above with anything you want, because none of them are valid codes, but your local installation doesn’t know that.

And…..that’s it! Make sure to upload the modified plugin or reload you admin dashboard. If you go to <your installation url here>/wp-admin/admin.php?page=elementor-license, the page should show Status: Active.

Search the Repository
We reward your Donations!
We need your Donation to maintain and grow the GPLDL WordPress Repository - and we reward your generosity with Premium Memberships allowing you to download even more files.

Learn more about donations & rewards...
News from our blog
  • What is the Battle Between WordPress’s Matt Mullenweg and WP Engine about?
    October 31, 2024
  • Why GPLDL Cannot Accept Your WordPress Plugin or Theme Submission
    February 20, 2024
  • How to Ensure Your WordPress Plugin or Theme is Authentic and Secure
    January 25, 2024
Latest Updates & Additions
  • GPLDL News: 154 Updates & Additions today – Download 2844 Premium WordPress items!
    May 11, 2025
  • GPLDL News: 108 Updates & Additions today – Download 2842 Premium WordPress items!
    May 2, 2025
  • GPLDL News: 176 Updates & Additions today – Download 2840 Premium WordPress items!
    April 27, 2025
Free Downloads?

Most of the WordPress Plugins & Themes in the GPLDL repository are available for free download - yes, free! - that is even better than buying at a discount, rebate, promotion or with a coupon code.

After signing up for a free membership, you will instantly get a download link to GPLDL's WordPress plugins and themes including future updates.

Where is the catch? There is none. We re-distribute 100% exact copies of GPL-licensedWordPress items, completely unmodified - that means *not* nulled, cracked or otherwise modified code without any serial numbers, API keys or support.

How can you help? If you like our service, please spread the word. If you can afford to financially support us, please make a donation. All donations will be used for (recurring) subscriptions of WordPress plugins & themes and to grow the catalog!

Tags
authenticity check code collaboration commercial copyleft Copyright developers distribution Download Extensions fork Free fsf functions.php GNU Public License GPL Guide HowTo Instructions Legal license malware Modify nulled open source Plugin Plugins Premium redistribution remove Rights secure Security serial Software software development Themes tutorial Update Website WooCommerce wordpress WordPress Plugins WordPress Themes
Welcome to GPLDL!
scr02We love innovation and we believe in free software!

That's why we strive to make the world's best Premium WordPress Themes & Plugins and WooCommerce Extensions & Themes available for everyone!

Find us on:

FacebookTwitterRssPinterestWebsite
Latest Blog Posts
  • What is the Battle Between WordPress’s Matt Mullenweg and WP Engine about?
    October 31, 2024
  • Why GPLDL Cannot Accept Your WordPress Plugin or Theme Submission
    February 20, 2024
  • How to Ensure Your WordPress Plugin or Theme is Authentic and Secure
    January 25, 2024
Latest Updates & Additions
  • GPLDL News: 154 Updates & Additions today – Download 2844 Premium WordPress items!
    May 11, 2025
  • GPLDL News: 108 Updates & Additions today – Download 2842 Premium WordPress items!
    May 2, 2025
  • GPLDL News: 176 Updates & Additions today – Download 2840 Premium WordPress items!
    April 27, 2025
About GPLDL
  • About GPLDL
  • Need Help?
  • F.A.Q.
  • Terms of Service
  • Privacy Policy
  • Contact
GPLDL - all Rights reserved.
  • About GPLDL
  • Need Help?
  • F.A.Q.
  • Terms of Service
  • Privacy Policy
  • Contact
  • Sign In
GPLDL Widget Menu