{"table_name":"map_routes","full_table_name":"wp_map_routes","description":"Stores map routes data created by this plugin.","detection_method":"static","confidence":"high","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 );","columns":[],"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/"}}