2026-03-26 12:07:55 +00:00

16 lines
691 B
PHP

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