Also is it possible to turn off the time slots?
I just want entire days.
Hi laubenicolas,
yes you can use full day time off feature for entire day turn off.
and please explain your first query.
Thanks
Abhishek
Thanks.
I want people to book appointments but when they book they don’t show in the front end calendar until the admin has approved the appointment?
I hope you get what I mean.
Cheers
yes this is also possible but its with code customization
if you are comfortable in code editing.
let me know .
i will provide you code with instruction.
Thanks
Abhishek
Hi laubenicola,
1. go to in your plugin directory
2. select appointment-calendar-shortcode.php file
3. go to on line number 238 and replace old line with this new one
$FetchAllApps_sql = “select name, start_time, end_time, date FROM $AppointmentTableName where status=’Approved’ “;
I think it will work for you
Thanks
Abhishek