Advertisement
eventsmanager

remove booking form fields

Jul 4th, 2013
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. function my_em_remove_booking_form_fields(){
  2. remove_action('em_booking_form_custom', array('EM_Booking_Form','booking_form'), 10,1);
  3. }
  4. add_action('init','my_em_remove_booking_form_fields');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement