- May 24, 2018
- 78,413
- 112,359
- 120
okay very soon bepatinet pleaseHello, you will have the last version? Thanks!
2.1.11- 2018-10-22
Bypass all resource restrictions, passwords, and keys? Read here!
okay very soon bepatinet pleaseHello, you will have the last version? Thanks!
2.1.11- 2018-10-22
A question Tomz, with this version, is possible edit all the theme like pro, or only is like free version... thanks for your great work!okay very soon bepatinet please
sry bro im not work with this plugin yetA question Tomz, with this version, is possible edit all the theme like pro, or only is like free version... thanks for your great work!
Download Elementor Pro v2.1.12 - WordPress Page Builder Free Nulled
# Elementor Pro - by Elementor.com
#### 2.1.12- 2018-11-05
* Tweak: Added compatibility for the upcoming release of Elementor v2.3
* Tweak: Better performance for Template Library widget
* Fix: Fatal error if a taxonomy used in a dynamic field is removed ([#6029](https://github.com/pojome/elementor/issues/6029))
* Fix: Date Time dynamic tag now respect site language...
hi welcome to babiatoI too would be really interested in getting an updated version of this.
thanks in advance~
thanks Tomz...hi welcome to babiato
okay bepatient in update in 24 hour
Download Elementor Pro v2.1.13 - WordPress Page Builder Free Nulled
v2.1.13- 2018-11-12
* Tweak: Added compatibility for new brand Finder in v2.3.0
* Fix: Settings conflict when there are multiple carousels in the page
im not use this plugin beforehey @Tomz i'm still used elementor pro version 2.0.18, if i do direct install elementor 2.1.13 in my wp, will it affect all my pages ?
Thanks you..
Download Elementor Pro v2.2.0 - WordPress Page Builder Free Nulled
# Elementor Pro - by Elementor.com
#### 2.2.0- 2018-11-19
* New: Introducing Custom Attributes ([#290](https://github.com/pojome/elementor/issues/290), [#3990](https://github.com/pojome/elementor/issues/3990))
* New: Added evergreen option for Countdown widget ([#4459](https://github.com/pojome/elementor/issues/4459))
* New: Added expire actions option for Countdown widget...
return array('success'=>true, 'license'=>'valid', 'item_name'=>'Elementor Pro', 'license_limit'=>999, 'site_count'=>1, 'expires'=>'2048-06-06 23:59:59', 'activations_left'=>998, 'payment_id'=>'12345',
'customer_name'=>'Firstname Lastname', 'customer_email'=>'[email protected]', 'price_id'=>'1');
return array('success'=>true, 'license'=>'deactivated', 'item_name'=>'Elementor Pro', 'license_limit'=>999, 'site_count'=>1, 'expires'=>'2048-06-06 23:59:59', 'activations_left'=>998, 'payment_id'=>'12345',
'customer_name'=>'Firstname Lastname', 'customer_email'=>'[email protected]', 'price_id'=>'1');
$license_data = get_transient( 'elementor_pro_license_data' );
return $license_data;
// $response = wp_remote_get( $url, [
// 'timeout' => 40,
// 'body' => $body_args,
// ] );
$response_code = (int) wp_remote_retrieve_response_code( $response );
$reponse_code = 200;
$uploads_dir = wp_upload_dir();
return json_decode(file_get_contents($uploads_dir["baseurl"] . "/elementor_templates/" . $args["template_id"] . ".json"), true);
return json_decode(file_get_contents($uploads_dir["baseurl"] . "/elementor_templates/" . $args["template_id"] . ".json"), true);
return json_decode(file_get_contents("http://mysite.com/elementor_templates/" . $args["template_id"] . ".json"), true);