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' );
a ơi. a có facebook hay zalo gì ko?
có link fb dưới footer của web đó bạn