File Editor
Directories:
.. (Back)
attendees
commerce
components
editor
settings
Files:
admin-welcome-message.php
attendees.php
legacy-ticket-fields.php
list.php
meta-box.php
move-tickets.php
order-available.php
order-pending-completion.php
price-fields.php
privacy.php
rsvp-metabox-capacity.php
rsvp-metabox-not-going.php
tec-tickets-options-network.php
ticket-type-history.php
tpp-metabox-capacity.php
tpp-metabox-sku.php
tpp-orders.php
tribe-commerce-settings.php
tribe-options-display.php
tribe-options-tickets.php
Create New File
Create
Edit File: attendees.php
<?php /** * Attendees template. * * @var \Tribe__Template $this Current template object. * @var int $event_id The event/post/page id. * @var Tribe__Tickets__Attendees $attendees The Attendees object. */ $wrapper_classes = [ 'wrap', 'tribe-report-page', 'tec-tickets__admin-attendees', 'tec-tickets__admin-attendees--event' => ! empty( $event_id ), 'tec-tickets__admin-attendees--front-end' => empty( is_admin() ), ]; ?> <div <?php tribe_classes( $wrapper_classes ); ?>> <?php $this->template( 'attendees/attendees' ); $this->template( 'attendees/attendees-event' ); ?> </div>
Save Changes
Rename File
Rename