File Manager
<?php
/**
* @copyright © TMS-Plugins. All rights reserved.
* @licence See LICENCE.md for license details.
*/
?>
<script>
if (typeof hasAmeliaPackage === 'undefined') {
var hasAmeliaPackage = true;
}
if (typeof hasAppointmentApiCall === 'undefined' && '<?php echo esc_js($atts['trigger']); ?>' === '') {
var hasAppointmentApiCall = true;
}
var bookingEntitiesIds = (typeof bookingEntitiesIds === 'undefined') ? [] : bookingEntitiesIds;
bookingEntitiesIds.push(
{
'hasApiCall': (typeof hasAppointmentApiCall !== 'undefined') && hasAppointmentApiCall,
'trigger': '<?php echo esc_js($atts['trigger']); ?>',
'counter': '<?php echo esc_js($atts['counter']); ?>',
'package': '<?php echo esc_js($atts['package']); ?>',
'employee': '<?php echo esc_js($atts['employee']); ?>',
'location': '<?php echo esc_js($atts['location']); ?>'
}
);
var lazyBookingEntitiesIds = (typeof lazyBookingEntitiesIds === 'undefined') ? [] : lazyBookingEntitiesIds;
if (bookingEntitiesIds[bookingEntitiesIds.length - 1].trigger !== '') {
lazyBookingEntitiesIds.push(bookingEntitiesIds.pop());
}
if (typeof hasAppointmentApiCall !== 'undefined' && hasAppointmentApiCall) {
hasAppointmentApiCall = false;
}
</script>
<div id="amelia-app-booking<?php echo esc_attr($atts['counter']); ?>" class="amelia-service amelia-frontend amelia-app-booking<?php echo $atts['trigger'] !== '' ? ' amelia-skip-load amelia-skip-load-' . esc_attr($atts['counter']) : ''; ?>">
<package></package>
</div>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com