{"slug":"ajax-filter-posts","name":"Post Grid Master — Post Grids & AJAX Filters","description":"Create post grids with AJAX filters, pagination, load more, infinite scroll, and custom post type support.","author":"Akhtarujjaman Shuvo","active_installs":1000,"version":"3.4.17","wp_org_url":"https://wordpress.org/plugins/ajax-filter-posts/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"gridmaster_grids","full_table_name":"wp_gridmaster_grids","description":"Stores gridmaster grids data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"mediumint(9)","nullable":false,"primary_key":true},{"name":"title","type":"text","nullable":false,"primary_key":false},{"name":"attributes","type":"text","nullable":false,"primary_key":false},{"name":"dated","type":"datetime","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_gridmaster_grids ( id mediumint(9) NOT NULL AUTO_INCREMENT, title text NOT NULL, attributes text NOT NULL, dated datetime DEFAULT NOW(), PRIMARY KEY (id) ) $charset_collate;\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql );"},{"table_name":"if","full_table_name":"wp_if","description":"Stores if data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"Create table if not exists if ( ! class_exists( 'GridMaster\\DB_Migration' ) ) { require_once GRIDMASTER_PATH . '/admin/DB_Migration.php'; } if ( ! class_exists( 'GridMaster\\Grids' ) ) { require_once GRIDMASTER_PATH . '/admin/Grids.php'; } $my_grids = GridMaster\\Grids::init()->list();"}],"table_count":2}