| Current File : /home/digitaw/www/wp-content/plugins/event-tickets/src/views/blocks/rsvp/messages/success.php |
<?php
/**
* Block: RSVP
* Messages Sucess
*
* Override this template in your own theme by creating a file at:
* [your-theme]/tribe/tickets/blocks/rsvp/messages/success.php
*
* See more documentation about our Blocks Editor templating system.
*
* @link https://evnt.is/1amp Help article for RSVP & Ticket template files.
*
* @since 4.9.3
* @since 4.10.9 Use function for text.
*
* @version 4.11.3
*/
?>
<div class="tribe-block__rsvp__message__success">
<?php
echo esc_html(
sprintf(
_x( 'Your %1$s has been received! Check your email for your %1$s confirmation.', 'blocks rsvp messages success', 'event-tickets' ),
tribe_get_rsvp_label_singular( 'blocks_rsvp_messages_success' )
)
); ?>
</div>