When a booking is made the booking ID number is generated. How would I set this to start at number 1 as currently my test ones are starting on ID # 3024. Thanks 🙂
“Bookings” appears to be a custom post type, which means its ID’s are generated automatically by WordPress and there is no option to change them. Unfortunately, there is no way to make booking ID’s start from “1”.