error: Alert: Content is protected !!
NVME SSD Hosting tốc độ cao

How to Activate Elementor Extras – Addon for Elementor Page Builder

1
5/5 - (1 bình chọn)

elementor

How to Activate Elementor Extras – Addon for Elementor Page Builder

Mở file: elementor-extras\includes\licensing.php

Tìm:

		$license_data = get_transient( 'elementor_extras_license_data' );

thêm vào dưới:

                $license_data = [
					'license' 			=> 'valid',
				];

Tìm tiếp:

							$errors = self::get_status_errors();

thêm vào dưới

							$license_data['license'] = 'valid';

tìm và xoá:

			if ( $until_expiry_time <= current_time( 'timestamp' ) ) {

				$title = sprintf( __( 'License expires in %s.', 'elementor-extras' ), human_time_diff( current_time( 'timestamp' ), $expiry_time ) );
				$message = sprintf( __( '<a href="%s" target="_blank">Renew your license</a> with a <strong>30% discount</strong> before it expires. Continue getting updates and keep your access to premium support.', 'elementor-extras' ), $errors[ self::STATUS_EXPIRED ][ 'link' ] );

				$this->print_admin_notice( $title, $message, null, null, [
					'key' 		=> 'license-expiring',
					'duration' 	=> 10,
				] );
			}

mở file elementor-extras.php

tìm:

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

thêm vào dưới:

update_option( 'elementor_extras_license_status', 'valid' );
update_option( 'elementor_extras_license_key', 'tieuca.me' );

 

Nhận thông báo qua Email
Nhận thông báo cho
guest
2 Góp ý
cũ nhất
mới nhất bình chọn nhiều nhất
Inline Feedbacks
View all comments
Nguyễn Thanh Sơn
Khách
Nguyễn Thanh Sơn
3 năm trước

a ơi. a có facebook hay zalo gì ko?

2
0
Would love your thoughts, please comment.x