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

28 lines
979 B
PHP

<?php
/**
* Calendar Event Details (Individual - Shared)
* *
* This template can be overridden by copying it to wp-content/themes/your-theme/ssa/calendar-events/individual-shared.php
* Note: this is just the default template that is used as a starting pont.
* Once the user makes edits in the SSA Settings interface,
* the template stored in the database will be used instead
*
* @see https://simplyscheduleappointments.com
* @author Simply Schedule Appointments
* @package SSA/Templates
* @version 4.3.7.4
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
} ?>
{% if Appointment.web_meeting_url %}
<?php _e( "This event has a web meeting:", 'simply-schedule-appointments' ) ?>
{{Appointment.web_meeting_url}}
{% endif %}
<?php echo __( 'Your details:' ) ?>
{{ Appointment.customer_information_summary }}
<?php _e('Need to make changes to this event?', 'simply-schedule-appointments') ?>
{{Appointment.public_edit_url}}