<?php /** * This template renders the RSVP ARI sidebar title. * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/tickets/v2/rsvp/ari/sidebar/title.php * * @since 4.12.3 * * @version 4.12.3 */ ?> <h3 class="tribe-common-h5"> <?php esc_html_e( 'Attendee Registration', 'event-tickets' ); ?> </h3>