Removing Twitter handles from Attendees pages

Recently the question has come up of how to remove the Twitter handles that are displayed on WordCampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. sites’ Attendees pages (or wherever else the `camptix_attendees` shortcodeShortcode A shortcode is a placeholder used within a WordPress post, page, or widget to insert a form or function generated by a plugin in a specific location on your site. is used).

Currently, as long as the attendee has provided a Twitter handle during the ticket purchase process, it will be included in the shortcode output by default, and there isn’t actually a way to prevent its inclusion. The only option is to hide it with CSSCSS CSS is an acronym for cascading style sheets. This is what controls the design or look and feel of a site.. I suspect this was an unintentional oversight when the Twitter field was originally added.

A better implementation, I believe, would be to leave out the Twitter handle by default, but allow its inclusion using the optional `questions` shortcode parameter.

So, two questions for discussion:

  • Is this the best approach for addressing attendee Twitter handle concerns?
  • For any change we decide to implement, should it apply retroactively to all previous camps’ attendee lists, or just new camps moving forward?

If you have concerns about this or want to discuss the overall need for such a change, please leave a comment below!