The Grid - Responsive Wordpress Grid Plugin 2.7.9.1

Download The Grid - Responsive Wordpress Grid Plugin 2.7.9.1 from nulled fire. The Grid is a premium wordpress grid plugin which allows you to show off any custom post types
I contanted him via PM , managed it to null it and work without problems - you can even import demo grids without key

File already updated - so anyone please redownload and use -nulled version
 
Hi. Can you upload the nulled version? Thanks! Really!

Wel, I just compare the old version with this one, and you only need to change a single line of code in the "includes\the-grid-base.class.php" file, so, now I can use the skin builder. If anyone want to use it, This is the code:

PHP:
    public static function get_purchase_code(){
       
        $unfilter    = apply_filters('tg_grid_un13306812', false);
        $plugin_info = get_option('the_grid_plugin_info', '');
       
        if (isset($plugin_info['purchase_code']) || $unfilter) {
            return true;
        } else {
            return true;
        }

    }

Or just look for the "return;" for "return true;" in line 1409

Regards,
Gonsa
 
Last edited:

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.