#585 closed enhancement (fixed)
exclude unconfirmed tickets/attendees from the attendees list
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordCamp Site & Plugins | Keywords: | has-patch |
Cc: |
Description
when processing the attendees shortcode, do not display unconfirmed tickets
Attachments (1)
Change History (7)
This ticket was mentioned in IRC in #wordpress-meta by NowellVanHoesen. View the logs.
10 years ago
#3
@
10 years ago
- Resolution set to fixed
- Status changed from new to closed
This was committed in 59d8c35. While reviewing your patch I realized the changes would need to be made in the require-login addon, to avoid affecting sites that don't have the addon enabled, and also that filtering the get_posts()
parameters would be more efficient than fetching each attendee's post meta, so I made those changes.
#4
@
10 years ago
@iandunn,
My first thought was to add to the existing meta query, but wasn't sure how it would effect performance.
Login addon sounds like a better fit also.
Note: See
TracTickets for help on using
tickets.
This was requested by Jen and Andrea during the Community Team meeting last week.