#585 closed enhancement (fixed)
exclude unconfirmed tickets/attendees from the attendees list
| Reported by: | nvwd | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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.
12 years ago
#3
@
12 years ago
- Resolution → fixed
- Status new → 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
@
12 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This was requested by Jen and Andrea during the Community Team meeting last week.