%PDF- %PDF-
Direktori : /var/www/html/higroup/wp-content/plugins/event-tickets/src/views/v2/rsvp/messages/success/ |
Current File : /var/www/html/higroup/wp-content/plugins/event-tickets/src/views/v2/rsvp/messages/success/going.php |
<?php /** * Block: RSVP * Messages Success for Going * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/tickets/v2/rsvp/messages/success/going.php * * See more documentation about our Blocks Editor templating system. * * @link https://evnt.is/1amp Help article for RSVP & Ticket template files. * * @var Tribe__Tickets__Ticket_Object $rsvp The rsvp ticket object. * @var null|bool $is_going Whether the user confirmed for going or not-going. * * @since 5.0.0 * * @version 5.0.0 */ if ( empty( $is_going ) ) { return; } ?> <span class="tribe-tickets__rsvp-message-text"> <strong> <?php echo esc_html( sprintf( /* Translators: %1$s: RSVP label. */ _x( 'Your %1$s has been received! ', 'blocks rsvp messages success', 'event-tickets' ), tribe_get_rsvp_label_singular( 'blocks_rsvp_messages_success' ) ) ); ?> </strong> <?php echo esc_html( sprintf( /* Translators: %1$s: RSVP label. */ _x( 'Check your email for %1$s confirmation.', 'blocks rsvp messages success', 'event-tickets' ), tribe_get_rsvp_label_singular( 'blocks_rsvp_messages_success' ) ) ); ?> </span>