SSIS Components for WordPress

Build 25.0.9434

UserLikedPosts

List the UserLikedPosts for the WordPressOnline website.

Table Specific Information

SELECT

The component uses the WordPress API to process some of the filters.

  • DateRangeAfter supports the '<', '>' comparisons.
  • DateRangeBefore supports the '<', '>' comparisons.

The component processes other filters client-side within the component.

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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434