Like Posts & Comments
Allows you to add links 'I like / I do not like' to each post and comment.
2 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_likes_comments | Stores likes comments data created by this plugin. | Static |
| wp_likes_posts | Stores 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_commentswp_optionsOption key:
like_comment_label_Option key:like_post_label_Option key:unlike_comment_label_Option key:unlike_post_label_