Opened 2 years ago

Last modified 2 years ago

#16882 new enhancement

Add support for fetching comments posted since a specific date

Reported by: koke Owned by:
Priority: normal Milestone: Awaiting Review
Component: Comments Version: 3.1
Severity: normal Keywords: has-patch mobile
Cc: jbernal@…

Description

Adding a "since" option to wp.getComments and get_comments() could help reducing bandwidth used by mobile apps.

Probably useful for themes/plugins too

Attachments (1)

patch-core-get_comments_since.diff (1.8 KB) - added by koke 2 years ago.

Download all attachments as: .zip

Change History (4)

comment:1   koke2 years ago

Added patch for it. Please code review, not sure if some kind of date validation needs to be added, or $wpdb->prepare() handles that already.

comment:2   koke2 years ago

  • Cc jbernal@… added

comment:3   koke2 years ago

  • Keywords mobile added
Note: See TracTickets for help on using tickets.