diff --git wordcamp.org/public_html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php wordcamp.org/public_html/wp-content/mu-plugins/camptix-tweaks/camptix-tweaks.php
index 1617b0f..6dc920d 100644
|
|
add_filter( 'camptix_capabilities', __NAMESPACE__ . '\modify_capabilities' |
32 | 32 | add_filter( 'camptix_default_options', __NAMESPACE__ . '\modify_default_options' ); |
33 | 33 | add_filter( 'camptix_html_message', __NAMESPACE__ . '\render_html_emails', 10, 2 ); |
34 | 34 | add_action( 'camptix_tshirt_report_intro', __NAMESPACE__ . '\tshirt_report_intro_message', 10, 3 ); |
| 35 | add_filter( 'camptix_hide_empty_tickets', '__return_false' ); |
35 | 36 | |
36 | 37 | |
37 | 38 | /** |