Opened 2 years ago
Last modified 2 years ago
#16882 new enhancement
Add support for fetching comments posted since a specific date
| Reported by: |
|
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)
Change History (4)
Note: See
TracTickets for help on using
tickets.

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.