Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function my_em_remove_booking_form_fields(){
- remove_action('em_booking_form_custom', array('EM_Booking_Form','booking_form'), 10,1);
- }
- add_action('init','my_em_remove_booking_form_fields');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement