{"slug":"like-dislike-posts-products","name":"Post Engagement – Like Dislike, Share, Views, Star Rating, Favorites & Copy Posts","description":"Add AJAX likes/dislikes, star ratings, views, reactions, favorites, sharing, and copy content for posts or WooCommerce products.","author":"Kirtikumar Solanki","active_installs":20,"version":"3.0","wp_org_url":"https://wordpress.org/plugins/like-dislike-posts-products/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"ldppp_fav_posts","full_table_name":"wp_ldppp_fav_posts","description":"Stores ldppp fav posts data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_ldppp_fav_posts` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `user_id` bigint unsigned DEFAULT NULL,\\n  `post_id` bigint unsigned NOT NULL,\\n  `user_ip` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `created_at` datetime DEFAULT CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`),\\n  UNIQUE KEY `unique_fav` (`user_id`,`post_id`,`user_ip`(50))\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"ldppp_likes_dislikes","full_table_name":"wp_ldppp_likes_dislikes","description":"Stores ldppp likes dislikes data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_ldppp_likes_dislikes` (\\n  `id` mediumint NOT NULL AUTO_INCREMENT,\\n  `user_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '0',\\n  `user_ip_address` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '0',\\n  `post_id` mediumint NOT NULL,\\n  `like_count` mediumint NOT NULL DEFAULT '0',\\n  `dislike_count` mediumint NOT NULL DEFAULT '0',\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"ldppp_post_reads","full_table_name":"wp_ldppp_post_reads","description":"Stores ldppp post reads data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_ldppp_post_reads` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `post_id` bigint unsigned NOT NULL,\\n  `ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `read_count` bigint unsigned NOT NULL DEFAULT '1',\\n  `last_read` datetime DEFAULT CURRENT_TIMESTAMP,\\n  PRIMARY KEY (`id`),\\n  KEY `post_id` (`post_id`),\\n  KEY `ip_address` (`ip_address`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"ldppp_ratings","full_table_name":"wp_ldppp_ratings","description":"Stores ldppp ratings data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_ldppp_ratings` (\\n  `id` mediumint NOT NULL AUTO_INCREMENT,\\n  `user_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '0',\\n  `user_ip_address` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '0',\\n  `post_id` mediumint NOT NULL,\\n  `ratings` mediumint NOT NULL DEFAULT '0',\\n  PRIMARY KEY (`id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":4}