{"slug":"buddypress-profile-visitors","name":"Buddypress Profile Visitors","description":"Show number of profile views count by other members and recent visitors of member profile. And also show who is visiting the perticual member most.","author":"chaladi","active_installs":10,"version":"1.9.5","wp_org_url":"https://wordpress.org/plugins/buddypress-profile-visitors/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"bp_profile_visitors","full_table_name":"wp_bp_profile_visitors","description":"Stores bp profile visitors data created by this plugin.","detection_method":"both","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_bp_profile_visitors` (\\n  `id` int NOT NULL AUTO_INCREMENT,\\n  `userid` int NOT NULL,\\n  `viewerid` int NOT NULL,\\n  `vdate` datetime NOT NULL,\\n  `vviews` int NOT NULL DEFAULT '0',\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci"}],"table_count":1}