TassieNZ
Premium Uploader and Sometimes Hacker!
NULLING of Premium Addons (free version). Providing the free version is nulled, the PRO version works without touching it.
Part 1.
Step 1.
Download and extract the free version.
Step 2.
Download and extract the Premium Addons Templates.
mega.nz
Step 3 .
Add the folder "templates" to the root of the plugin.
Part 2.
Now we need to edit two files.
File 1.
premium-addons-for-elementor\includes\templates\sources\premium-api.php
Find lines 374/375 (approximately)
Below that, add the following:
It will now look like:
File 2.
premium-addons-for-elementor\premium-addons-for-elementor.php
Find line 14 (approximately)
Below that add the following:
It will now look like:
That's it, all done! Zip it up, upload and activate! You can then add the PRO plugin.
TassieNZ
Part 1.
Step 1.
Download and extract the free version.
Step 2.
Download and extract the Premium Addons Templates.

File on MEGA
MEGA provides free cloud storage with convenient and powerful always-on privacy. Claim your free 50GB now!
Step 3 .
Add the folder "templates" to the root of the plugin.
Part 2.
Now we need to edit two files.
File 1.
premium-addons-for-elementor\includes\templates\sources\premium-api.php
Find lines 374/375 (approximately)
PHP:
$api_url . $id
);
PHP:
if ( file_exists( PREMIUM_ADDONS_PATH . 'templates/' . $id . '.json' ) ) {
$request = PREMIUM_ADDONS_URL. 'templates/' . $id . '.json';
}
PHP:
$api_url . $id
);
if ( file_exists( PREMIUM_ADDONS_PATH . 'templates/' . $id . '.json' ) ) {
$request = PREMIUM_ADDONS_URL. 'templates/' . $id . '.json';
}
$response = wp_remote_get( $request, array(
File 2.
premium-addons-for-elementor\premium-addons-for-elementor.php
Find line 14 (approximately)
PHP:
if ( ! defined('ABSPATH') ) exit; // No access of directly access
PHP:
update_option( 'papro_license_key', 'license' );
update_option( 'papro_license_status', 'valid' );
PHP:
if ( ! defined('ABSPATH') ) exit; // No access of directly access
update_option( 'papro_license_key', 'license' );
update_option( 'papro_license_status', 'valid' );
// Define Constants
That's it, all done! Zip it up, upload and activate! You can then add the PRO plugin.
TassieNZ