Hook when new booking created
-
Hi,
i want to send sms to site admin when new booking created.
so what i need is hook after submit and all the data from all fields.the hook i need to use is: (am i right?)
add_action( ‘rtb_insert_booking’, ‘my func’ );
now the question is how to get all data from the fields? i want to add this data to sms (date,time,name etc…)
another question:
what hook i can use to send sms when booking approved or not?Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Hook when new booking created’ is closed to new replies.