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: order-available.php
<?php /** * @var array $available */ ?> <p> <?php echo esc_html__( 'Availability for this ticket type is counted using', 'event-tickets' ) . ','; ?> <br> <?php echo esc_html( array_search( min( $available ), $available ) . ' - ' . min( $available ) ); ?> </p> <p> <a href="https://evnt.is/1aek" target="_blank"><?php esc_html_e( 'Learn more about how Availability is calculated.', 'event-tickets' ); ?></a> </p>
Save Changes
Rename File
Rename