CommentLikeStatus
Returns the like status of WordPress comments for the current user, including whether each comment has been liked.
Table Specific Information
SELECT
The connector uses the WordPress API to process some of the filters.
- CommentId supports the '=' comparison.
The connector processes other filters client-side within the connector.
For example, the following queries are processed server side.
SELECT * FROM CommentLikeStatus WHERE CommentID = 0
Columns
| Name | Type | References | Description |
| ILike | Bool | Indicates whether the current user has liked the comment. | |
| LikeCount | Int | The total number of likes the comment has received in WordPress. | |
| MetaAggregate | String | Aggregated metadata describing the like status for a comment, as provided by the WordPress API. | |
| CommentID | Int |
Comments.Id | The unique identifier of the comment associated with the like status. |