• Resolved L18

    (@l18)


    Hello all!
    I’m trying to develop a custom function which should send ticket information to another site when user pushes the “send booking” -button(or whatever it says, i’m not using it in english).
    First I thought I could use some action hook to do that, but I couldn’t find the place where the actual magic happens, aka when the user presses the button. Function should also add a line to the booking email which goes to admin, based on the information returned by the other site.

    Do you think this is even possible to do what I’m trying to explain?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try to hook into em_booking_save filter located under events-manager/classes/em-booking.php

    Thread Starter L18

    (@l18)

    Thank you!
    That is exactly what I was looking for! 🙂
    I can’t believe I missed that before, when I was browsing through the files…

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding custom function when sending booking?’ is closed to new replies.