| Current File : /home/digitaw/www/wp-content/plugins/event-tickets/src/views/registration/summary/content.php |
<?php
/**
* This template renders the event content
*
* Override this template in your own theme by creating a file at:
* [your-theme]/tribe/tickets/registration/summary/content.php
*
* @since 4.9
* @since 4.10.1 Update template paths to add the "registration/" prefix
* @version 4.11.0
*
*/
?>
<div class="tribe-tickets__registration__summary">
<?php $this->template( 'registration/summary/description', array( 'event_id' => $event_id ) ); ?>
<?php $this->template( 'registration/summary/title', array( 'event_id' => $event_id ) ); ?>
</div>