{"slug":"like-photo","name":"Like Photo","description":"The Like-Photo plugin implements a voting system for any images that are surrounded in the [add_voting][/add_voting] shortcode.","author":"jfmitchell","active_installs":10,"version":"1.2","wp_org_url":"https://wordpress.org/plugins/like-photo/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"likephoto_votes","full_table_name":"wp_likephoto_votes","description":"Stores likephoto votes data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_likephoto_votes` (\\n  `id` mediumint NOT NULL AUTO_INCREMENT,\\n  `time` bigint NOT NULL DEFAULT '0',\\n  `image` varchar(255) NOT NULL,\\n  `ipaddress` varchar(20) NOT NULL,\\n  UNIQUE KEY `id` (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci"}],"table_count":1}