Cron job on reserved slot
Hey.
I have "auto reservation" checked. I go to front-end, select a time slot, and then exit the browser window. In the backend, this time slot is being marked as "reservation". All good so far.
I setup a cron job with the following code in CPANEL:
wget -q -O - https://weescape.no/?_ea-action=clear_reservations > /dev/null 2>&1
The reserved slots are not being deleted. Have waited 30 minutes.
Should I also do some edits in wp-config.php?