Skip to content

Conversation

dd32
Copy link
Member

@dd32 dd32 commented May 1, 2025

The intention of this is to allow WordCamps an easy way to bulk notify attendees whose tickets have not yet been confirmed (linked to a WordPress.org user, and properly filled out)

Screenshots

Screenshot 2025-05-01 at 4 10 55 pm

@dd32
Copy link
Member Author

dd32 commented May 1, 2025

This has had ZERO testing.

@ryelle ryelle force-pushed the add/notify-by-ticket-status branch from 87926e2 to 493cbf8 Compare July 31, 2025 21:21
Comment on lines +995 to +1000
// The email is the standard unknown attendee.
array(
'key' => 'tix_email',
'value' => $this->get_unknown_attendee_info()['email'],
'compare' => '=',
),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the email is the unknown value, the message sent by notify won't go anywhere, so do we need this part of the query?

@ryelle
Copy link
Contributor

ryelle commented Jul 31, 2025

I've rebased and done some testing (and fixed a variable name), seems to filter attendees correctly now. It would be nice to merge this so that I could use the filters to add #1511.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants