UserLikes
Query the info about the posts liked by the user.
Table Specific Information
SELECT
The driver processes all the filters client-side within the driver.
SELECT * FROM UserLikes
Columns
| Name | Type | References | Description |
| PostID [KEY] | String | The unique identifier of the post that was liked by the user. | |
| SiteID | String | The unique identifier of the WordPress site where the liked post is published. | |
| Added | Datetime | The date and time when the like action was recorded. | |
| MetaSelf | String | Metadata describing the user's like action, such as the like ID and related user context. | |
| MetaHelp | String | Metadata containing available actions, permissions, or related help links for managing likes. | |
| MetaLikes | String | A list of all users who have liked the same post, including their basic profile details. | |
| MetaPost | String | Comprehensive details about the liked post, such as its title, author, and publication status. | |
| MetaSite | String | Metadata about the WordPress site hosting the post, including site name, URL, and post statistics. |