{"table_name":"group_map","full_table_name":"wp_group_map","description":"Stores group map data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_group_map ( group_map_id INT(11) NOT NULL AUTO_INCREMENT, group_map_title VARCHAR(255) DEFAULT NULL, group_marker TEXT DEFAULT NULL, extensions_fields TEXT DEFAULT NULL, group_parent INT(11) DEFAULT 0, group_added TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (group_map_id) ) $charset_collate;\"; } /** * Fetch and filter marker categories. * @param array $where Filter conditions. * @return array Filtered category objects. */ public function fetch( $where = [] ) { $objects = $this->get( $this->table, $where );","columns":[{"name":"group_map_id","type":"INT(11)","nullable":false,"primary_key":true},{"name":"group_map_title","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"group_marker","type":"TEXT","nullable":true,"primary_key":false},{"name":"extensions_fields","type":"TEXT","nullable":true,"primary_key":false},{"name":"group_parent","type":"INT(11)","nullable":true,"primary_key":false},{"name":"group_added","type":"TIMESTAMP","nullable":false,"primary_key":false}],"plugin":{"slug":"wp-google-map-plugin","name":"WP Maps – Google Maps,OpenStreetMap,Mapbox,Store Locator,Listing,Directory & Filters","active_installs":60000,"version":"4.9.5","wp_org_url":"https://wordpress.org/plugins/wp-google-map-plugin/"}}