File Editor
Directories:
.. (Back)
my-tickets
Files:
attendees-email.php
email-non-attendance.php
email-ticket-type-moved.php
email-tickets-moved.php
email.php
my-tickets.php
orders-pp-tickets.php
orders-rsvp.php
orders-tc-tickets.php
orders.php
rsvp.php
tpp-return-to-cart.php
tpp-success.php
tpp.php
view-link.php
Create New File
Create
Edit File: my-tickets.php
<?php /** * My Tickets Page * * Override this template in your own theme by creating a file at [your-theme]/tribe-events/tickets/tickets/my-tickets.php * * @since TBD * * @version TBD * * @var array $orders The orders for the current user. * @var int $post_id The ID of the post the tickets are for. * @var string $title The title of the ticket section. * */ ?> <div class="tribe-tickets"> <?php $this->template( 'tickets/my-tickets/orders-list' ); ?> </div>
Save Changes
Rename File
Rename