%PDF- %PDF-
Direktori : /proc/19851/cwd/wp-content/plugins/event-tickets/src/views/blocks/tickets/registration/ |
Current File : //proc/19851/cwd/wp-content/plugins/event-tickets/src/views/blocks/tickets/registration/content.php |
<?php /** * Block: Tickets * Registration Content * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/tickets/blocks/tickets/registration/content.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 * @since 5.0.3 Add `event-tickets` class to the wrapper. * * @version 5.0.3 */ ?> <div class="tribe-common event-tickets tribe-tickets__registration"> <?php $this->template( 'blocks/tickets/registration/summary/content' ); ?> <?php $this->template( 'blocks/tickets/registration/attendee/content' ); ?> </div>