{"slug":"wp-google-map-plugin","name":"WP Maps – Google Maps,OpenStreetMap,Mapbox,Store Locator,Listing,Directory & Filters","description":"WordPress map plugin for Google Maps, OpenStreetMap & Mapbox with store locator, filterable listings & custom markers.","author":"Flipper Code - WordPress Development Company","active_installs":60000,"version":"4.9.5","wp_org_url":"https://wordpress.org/plugins/wp-google-map-plugin/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"create_map","full_table_name":"wp_create_map","description":"Stores create map data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"group_map","full_table_name":"wp_group_map","description":"Stores group map data created by this plugin.","detection_method":"static","confidence":"high","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}],"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 );"},{"table_name":"map_locations","full_table_name":"wp_map_locations","description":"Stores map locations data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"map_routes","full_table_name":"wp_map_routes","description":"Stores map routes data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE wp_map_routes ( route_id int(11) NOT NULL AUTO_INCREMENT, route_title varchar(255), route_stroke_color varchar(255), route_stroke_opacity varchar(255), route_stroke_weight int(11), route_travel_mode varchar(255), route_unit_system varchar(255), route_marker_draggable varchar(255), route_optimize_waypoints varchar(255), route_start_location int(11), route_end_location int(11), route_way_points text, extensions_fields text, PRIMARY KEY (route_id) ) $charset;\"; } public function fetch( $where = array() ) { $routes = $this->get( $this->table, $where );"}],"table_count":4}