Hi, I have found a minor problem when I wanted to manually add bookings to some of my users through admin panel. When I manually add booking through admin panel everything seems well except #_IS_REGISTERED ignores such bookings.
After trying almost everything I have found out that in the eme_bookings table in database wp_id was filled with admin’s (my) ID instead of the user’s one. I have manually changed that to the right IDs. Now #_IS_REGISTERED works for those bookings as well.
As a workaround I use View admin as plugin and create bookings through my user’s profiles.
The behavior is for 2.1.69 version. Because due to bug I have described elsewhere, I am using this version. I haven’t tried with newer versions.