UserLikedPosts
List the UserLikedPosts for the WordPressOnline website.
Table Specific Information
SELECT
The provider uses the WordPress API to process some of the filters.
- DateRangeAfter supports the '<', '>' comparisons.
- DateRangeBefore supports the '<', '>' comparisons.
The provider processes other filters client-side within the provider.
For example, the following queries are processed server side.
SELECT * FROM UserLikedPosts
SELECT * FROM UserLikedPosts where where DateRangeBefore<'2025-05-08'
Columns
| Name | Type | References | Description |
| DateRangeAfter | Datetime | Filters liked posts to include only those created after this date and time. | |
| DateRangeBefore | Datetime | Filters liked posts to include only those created before this date and time. | |
| Number | Int | The total number of liked posts returned in the query. | |
| Posts | String | An array containing details about each post the user has liked, including title, ID, and publication information. |