%PDF- %PDF-
Direktori : /var/www/html/higroup/wp-content/plugins/event-tickets/src/views/v2/rsvp/ari/form/ |
Current File : /var/www/html/higroup/wp-content/plugins/event-tickets/src/views/v2/rsvp/ari/form/title.php |
<?php /** * This template renders the RSVP AR form title. * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/tickets/v2/rsvp/ari/form/title.php * * @since 4.12.3 * @since 5.0.0 Added the main guest title. * * @version 5.0.0 */ ?> <header> <h3 class="tribe-tickets__rsvp-ar-form-title tribe-common-h5"> <?php echo wp_kses_post( sprintf( /* Translators: %s Guest label for RSVP attendee registration form title. */ __( 'Main %s', 'event-tickets' ), tribe_get_guest_label_singular( 'RSVP attendee registration form title' ) ) ); ?> </h3> </header>