Viewing 1 replies (of 1 total)
  • Hi Paul,

    All the bookings are stored as a custom post type in the wp_posts table. The post type is RTB_BOOKING_POST_TYPE.

    The email is stored as part of a serialized array in the wp_postmeta table. The meta key is rtb and the array key is email. You can see what’s put in here.

Viewing 1 replies (of 1 total)

The topic ‘Emails’ is closed to new replies.