Like Posts & Comments

Allows you to add links 'I like / I do not like' to each post and comment.

2 database tables

Table NameDescriptionMethod
wp_likes_commentsStores likes comments data created by this plugin.Static
wp_likes_postsStores likes posts data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_comments
Direct access
wp_options
Option key:like_comment_label_Option key:like_post_label_Option key:unlike_comment_label_Option key:unlike_post_label_