Hi. It looks like the {Booking ID} tag returns the booking ID with the ‘#’ number sign in front of the booking number – i.e. #1525. I need the numbers of the booking ID only. I tried example #3 from this post but that didn’t make a difference:
https://www.wpbookingsystem.com/documentation/creating-custom-dynamic-tags/
I also tried using a few functions, such as preg_match_all(), but no difference either. I’m guessing the # is being added down the line.
I really would expect an ID field to not have any formatting on the value. Can you suggest a way to obtain this?
