• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn kích hoạt theme Jnews bản quyền mới nhất cho wordpress

Admin

Well-Known Member
Staff member
Administrator
Chào các bạn,
Bài viết trước tuoitreit.vn đã chia sẻ cho các bạn theme Jnews bản quyền version 4.0.7
Bài viết này mình sẽ hướng dẫn các bạn cách kích hoạt theme này
Demo mình đã kích hoạt thành công:
33828322988_a8f376a2bb_o.png


Để kích hoạt bạn làm như sau:
Mở wp-content/themes/jnews/class/Util/ValidateLicense.php
Tìm
PHP:
public function is_license_validated()
    {
        $option = get_option($this->optionname);
        if ($option) {
            return $option['validated'];
        }
        return false;
    }
Thay bằng
PHP:
public function is_license_validated()
    {
        $option = get_option($this->optionname);
        if ($option) {
            return true;
        }
        return true;
    }

Sau đó lưu lại là xong
Mọi thắc mắc vui lòng phản hồi bên dưới
Chúc các bạn thành công!
 
Last edited:

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top