FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
latepoint
/
lib
/
views
/
steps
/
partials
Edit File: _limit_reached.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } ?> <div class="os-booking-limit-reached"> <div class="os-booking-limit-reached-i"> <h3><?php esc_html_e('Limit Reached!', 'latepoint'); ?></h3> <?php esc_html_e('You have reached the limit for reservations allowed per customer. Please contact us if you wish to modify your existing appointment.', 'latepoint'); ?> </div> </div>
Save
Back