39290-vm/wp-content/plugins/simply-schedule-appointments/templates/memberpress/user-account-upcoming-appointments-table.php
2026-03-26 12:07:55 +00:00

17 lines
700 B
PHP

<?php if(!defined('ABSPATH')) {die('You are not allowed to call this page directly.');} // phpcs:ignore ?>
<div id="ssa_mepr_accountview_table_container" class="mp_wrapper">
<table id="mepr-account-appointment-table" class="mepr-account-table">
<thead>
<tr>
<th><?php echo __('Membership', 'simply-schedule-appointments'); ?></th>
<th><?php echo __('Appointment types', 'simply-schedule-appointments'); ?></th>
<th><?php echo __('Upcoming appointments', 'simply-schedule-appointments'); ?></th>
</tr>
</thead>
<tbody id="ssa-mepr-appointments-table-body" >
<!-- The body will be populated with javascript -->
</tbody>
</table>
</div>